package
0.1.6
Repository: https://github.com/datastax/cql-proxy.git
Documentation: pkg.go.dev

# Functions

NewDefaultPreparedCache creates a new default prepared cache capping the max item capacity to `size`.
NewDefaultRetryPolicy creates a new default retry policy.
No description provided by the author
Run starts the proxy command.

# Constants

RetryNext should be returned when a request should be retried on the next host according to the request's query plan.
RetrySame should be returned when a request should be retried on the same host.
ReturnError should be returned when a request's original error should be forwarded along to the client.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

RetryPolicy is an interface for defining retry behavior when a server-side error occurs.

# Type aliases

RetryDecision is a type used for deciding what to do when a request has failed.