Bret McGuire
Bret McGuire
# Description ## How did the Spark Cassandra Connector Work or Not Work Before this Patch Connector was using internal serializable reps for keyspace/table metadata because corresponding Java driver classes...
# Description ## How did the Spark Cassandra Connector Work or Not Work Before this Patch Connector was using internal serializable reps for keyspace/table metadata because corresponding Java driver classes...
Attempt to avoid entangling PrepareHostHandler and Cluster by avoiding executing host up checks when closing the handler
This issue will be open and closed dependent on the state of https://github.com/datastax/cassandra-quarkus building against Quarkus master snapshot. If you have interest in being notified of this subscribe to the...
For now the goal would just be to have pre-built binaries available for download with each release. In the future it would be nice to have something more robust. One...
Consider pulling [Astra SCB logic](https://github.com/datastax/cql-proxy/blob/main/astra/bundle.go) in cql-proxy into a free-standing library. This library could be managed and versioned separately from cql-proxy proper and could provide an API for the following...
This case leads to the following error message: ``` {"level":"error","ts":1674158444.9508557,"caller":"proxycore/cluster.go:357","msg":"unable to create new endpoint","error":"ignoring host because its `peer` is not set or is invalid","stacktrace": "github.com/datastax/cql-proxy/proxycore.(*Cluster).addHosts\n\t/go/src/cql-proxy/proxycore/cluster.go:357 github.com/datastax/cql-proxy/proxycore.(*Cluster).queryHosts\n\t/go/src/cql-proxy/proxycore/cluster.go:300 github.com/datastax/cql-proxy/proxycore.(*Cluster).connect\n\t/go/src/cql-proxy/proxycore/cluster.go:223 github.com/datatax/cql-proxy/proxycore.ConnectCluster\n\t/go/src/cql-proxy/proxycore/cluster.go:163 github.com/datastax/cql-proxy/proxy.(*Proxy).Connect\n\t/go/src/cql-proxy/proxy/proxy.go:167 github.com/datastax/cql-proxy/proxy.(*runConfig).listenAndServe\n\t/go/src/cql-proxy/proxy/run.go:274...