0 votes
in Cassandra by
What ports does Cassandra use?

1 Answer

0 votes
by
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.
...