Cassandra : 3.3 CQLSH : 5.0.1
Is it possible to set up cassandra/cqlsh so that if any node is down, cqlsh will automatically try to connect to the other surviving nodes, instead of erroring out. I know it is possible to supply ip_address and port of the UP node as arguments to cqlsh, but I am looking at automatic detection. thanks