BenEddy opened a new pull request, #1820: URL: https://github.com/apache/cassandra-gocql-driver/pull/1820
As suggested in https://github.com/apache/cassandra-gocql-driver/issues/1786, this PR introduces a `QueryAttemptInterceptor` interface for intercepting query attempts, which allows clients to inject logic that should apply to all queries e.g. context manipulation, rate limiting, query modification, logging, fault injection, metrics, etc. Alternative to https://github.com/apache/cassandra-gocql-driver/pull/1810. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

