Michael Penick

Results 57 issues of Michael Penick

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

We need to handle authentication on the client-side of the proxy for client that have this already implemented in their applications (and are unable to modify the implementation).

Prepared metadata contains type information for bind markers this can be used to determine the type and disambiguate more cases for `UPDATE` and `DELETE` queries.

Older versions of driver use to use schema tables that lived under `system`, but newer versions of Cassandra and DSE have removed those tables in favor of tables under `system_schema`....

The protocol version supported by the proxy shouldn't have to match the protocol version of the cluster. This could enable legacy applications. It could be fairly expensive to re-encode queries,...

Astra implements guardrails that don't allow writes at the following consistency levels (CL): ANY, ONE, LOCAL_ONE. For DataStax drivers when using the secure connect bundle the minimum CL is set...

If all host fail on the control connection it could use its `EndpointResolver` as a way to re-initialize the connection process in the event of a total outage or a...

beta

Add better information for building, using the docker side, and general usage.

Add better usage docs to the CLI help message and its flags.

documentation