dajac commented on code in PR #14524:
URL: https://github.com/apache/kafka/pull/14524#discussion_r1356465229


##########
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:
   nit: Could we reuse NEW_GROUP_COORDINATOR_ENABLE here?



-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to