SiyaoIsHiding commented on code in PR #2037: URL: https://github.com/apache/cassandra-java-driver/pull/2037#discussion_r2101363227
########## core/src/main/java/com/datastax/oss/driver/api/core/config/DefaultDriverOption.java: ########## @@ -994,7 +994,21 @@ public enum DefaultDriverOption implements DriverOption { * * <p>Value-type: boolean */ - SSL_ALLOW_DNS_REVERSE_LOOKUP_SAN("advanced.ssl-engine-factory.allow-dns-reverse-lookup-san"); + SSL_ALLOW_DNS_REVERSE_LOOKUP_SAN("advanced.ssl-engine-factory.allow-dns-reverse-lookup-san"), + + /** + * The class of session-wide component that generates request IDs. + * + * <p>Value-type: {@link String} + */ + REQUEST_ID_GENERATOR_CLASS("advanced.request-id.generator.class"), + + /** + * If not empty, the driver will write the node request ID to this key in the custom payload + * + * <p>Value-type: {@link String} + */ + REQUEST_ID_CUSTOM_PAYLOAD_KEY("advanced.request-id.custom-payload-with-key"); Review Comment: Do you mean the enum name, or the typesafe config path? -- 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