You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gocassa exposes no way for us to configure the gocql cluster config beyond setting authentication right now. It would be nice to be able to either pass a gocql.ClusterConfig when connecting to a key space, or at the very least have some alternative way of setting some of those options.
The one I'm interested in right now is ProtoVersion, as I'm trying to use Cassandra >= 3.0, which does not work with ProtoVersion 2 (the gocql default).
The text was updated successfully, but these errors were encountered:
I'm using cassandra version 3.0.6 and shoud modify gocassa code to set ProtoVersion 3.
Unless modifying code, can't connect to cassandra. I think It's better to give a way to set gocql.ClusterConfig options to avoid unneccessary code modifying .
gocassa
exposes no way for us to configure thegocql
cluster config beyond setting authentication right now. It would be nice to be able to either pass agocql.ClusterConfig
when connecting to a key space, or at the very least have some alternative way of setting some of those options.The one I'm interested in right now is
ProtoVersion
, as I'm trying to use Cassandra >= 3.0, which does not work withProtoVersion
2 (thegocql
default).The text was updated successfully, but these errors were encountered: