gocql icon indicating copy to clipboard operation
gocql copied to clipboard

Possible documentation error on ClusterConfig.DisableShardAwarePort

Open WingGithub opened this issue 1 year ago • 0 comments

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

WingGithub avatar Oct 26 '23 11:10 WingGithub