gocql
gocql copied to clipboard
Possible documentation error on ClusterConfig.DisableShardAwarePort
In README.md:
"If you suspect that this feature is causing you problems, you can completely disable it by setting the ClusterConfig.DisableShardAwarePort flag to false."
Did you mean "If you suspect that this feature is causing you problems, you can completely disable it by setting the ClusterConfig.DisableShardAwarePort flag to true."
Please answer these questions before submitting your issue. Thanks!
N.A
What version of Scylla or Cassandra are you using?
What version of Gocql are you using?
What version of Go are you using?
What did you do?
What did you expect to see?
What did you see instead?
If you are having connectivity related issues please share the following additional information
Describe your Cassandra cluster
please provide the following information
- output of
nodetool status
- output of
SELECT peer, rpc_address FROM system.peers
- rebuild your application with the
gocql_debug
tag and post the output