cql-proxy icon indicating copy to clipboard operation
cql-proxy copied to clipboard

A client-side CQL proxy/sidecar.

Results 43 cql-proxy issues
Sort by recently updated
recently updated
newest added

- Adding Homebrew install steps. - Adjusting table of contents to use relative paths. - Fixing "What is cql-proxy?" link.

It looks like gocql added support for `peers_v2` and doesn't fallback if it isn't present in some cases. https://github.com/gocql/gocql/commit/8f058c60165fc3be0e4e483966fbbe76186e39b8

The cql-proxy sidecar is having trouble handling larger loads. We brought it up to our staging environment which has consistent loads at about an average of at about .25 million...

Run performance tests to quantify the impact of the proxy versus connecting directly to a cluster. Also, quantify the saturation point in terms of throughput and number of connections. Essentially,...

Hello @mpenick Currently I'm facing another issue. This is related to timeout. Let me paste the error message here: `Query (SELECT * FROM table_name WHERE id=?;) failed com.datastax.driver.core.exceptions.NoHostAvailableException: All host(s)...

If an unavailable or read/write timeout are already handled by the proxy it shouldn't just forward those to driver as it might cause the retry policy to retry again. Maybe...

Retries currently use exponential backoff which could end up taking quite some time after many retries (as designed). Allow UP events to short circuit the wait and retry immediately.

beta