Login
Remember
Register
Ask a Question
What ports does Cassandra use?
0
votes
asked
Jan 1, 2023
in
Cassandra
by
john ganales
What ports does Cassandra use?
cassandra
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 1, 2023
by
john ganales
By default, Cassandra uses 7000 for cluster communication, 9160 for clients (Thrift), and 8080 for JMX. These are all editable in the configuration file or bin/cassandra.in.sh (for JVM options). All ports are TCP.
...