joao-r-reis commented on PR #1820: URL: https://github.com/apache/cassandra-gocql-driver/pull/1820#issuecomment-2493782120
I don't know if I like the idea of having an `interceptor` that can modify the query/batch after it has already been submitted to the driver. Having something like the equivalent of a request tracker in the java driver would be nice but the goal there would be to inspect the queries, not modify them. Modifying query/batch also goes against #1447 which is being worked on atm. -- 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]

