rreddy-22 commented on code in PR #14524: URL: https://github.com/apache/kafka/pull/14524#discussion_r1357170133
########## tests/kafkatest/services/kafka/config_property.py: ########## @@ -199,6 +200,9 @@ val SSLEndpointIdentificationAlgorithmProp = SSLConfigs.SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_CONFIG val SSLSecureRandomImplementationProp = SSLConfigs.SSL_SECURE_RANDOM_IMPLEMENTATION_CONFIG val SSLClientAuthProp = SSLConfigs.SSL_CLIENT_AUTH_CONFIG + + /** New group coordinator configs */ + val NewGroupCoordinatorEnableProp = "group.coordinator.new.enable" Review Comment: This javadoc is just to mention what is present in KafkaConfig.scala, this is the string used there so I copied the same name here. They did the same thing for the rest of the properties too. I don't think the name has to match but the string does. -- 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]
