cql-proxy
cql-proxy copied to clipboard
A client-side CQL proxy/sidecar.
This PR fixes the connection leak problem of reconnection failure. When a keyspace is dropped and the origin server is restarted, cql-proxy attempts to reconnect. However, the new connection fails...
Issue originally identified and described by @ikehara in #127. The description of the problem is based on that work but the analysis of the root cause offered below is entirely...
As of release 0.1.5 we started adding native binary builds for amd64 as part of #122. We had an older issue (#64) requesting the addition of arm64 builds + Docker...