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

Consider returning some other error type for already handled server-side errors

Open mpenick opened this issue 3 years ago • 0 comments

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 use ServerError to wrap the error string?

mpenick avatar Jan 19 '22 19:01 mpenick