dajac commented on code in PR #16715: URL: https://github.com/apache/kafka/pull/16715#discussion_r1695425234
########## tests/kafkatest/services/kafka/kafka.py: ########## @@ -782,7 +782,8 @@ def prop_file(self, node): if self.use_new_coordinator: override_configs[config_property.NEW_GROUP_COORDINATOR_ENABLE] = 'true' Review Comment: Yes. We will remove `group.coordinator.new.enable` in the near future. No, we don't have this case at the moment. I think that we have such cases, especially in integration environments where we want to test the new coordinator without the "consumer protocol". -- 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