aratno commented on code in PR #2037: URL: https://github.com/apache/cassandra-java-driver/pull/2037#discussion_r2103167253
########## core/src/main/resources/reference.conf: ########## @@ -918,6 +918,15 @@ datastax-java-driver { } } + advanced.request-id{ + generator{ + # The component that generates a unique identifier for each CQL request. + class = DefaultRequestIdGenerator + } + # add the request id to the custom payload with the given key + # if empty, the request id will not be added to the custom payload + custom-payload-with-key = "" Review Comment: I'm on board with 2 + 3 being a single case, especially in the near-term, but 1 is different -- 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org