rreddy-22 commented on code in PR #14524: URL: https://github.com/apache/kafka/pull/14524#discussion_r1355360984
########## tests/kafkatest/services/kafka/kafka.py: ########## @@ -764,6 +769,9 @@ def prop_file(self, node): else: override_configs[config_property.ZOOKEEPER_SSL_CLIENT_ENABLE] = 'false' + if self.use_new_coordinator: + override_configs[config_property.NEW_GROUP_COORDINATOR_ENABLE] = 'true' Review Comment: didn't get committed the first time, it's there yep -- 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