Hello,
is it possible to connect to a cassandra db on different port of 9042 ?
I'm trying putting ip:port but it seems not working
Thanks
Jeremiah Allen [SLC] [DevOps Advocate] Answered question 2 hours ago
Hey Emanuele,
Cassandra uses TCP port 9042 for client requests by default. Where are you putting the ip:port?
A non-default port can be used by changing the native_transport_port property in the cassandra.yaml, but this shouldn't be necessary. Your issue is likely firewall related. 9042 must be opened on your Cassandra servers for client communication. See Firewall ports used with Cassandra.
Jeremiah Allen [SLC] [DevOps Advocate] Answered question 2 hours ago