rreddy-22 commented on code in PR #14524:
URL: https://github.com/apache/kafka/pull/14524#discussion_r1355652198
##########
tests/kafkatest/services/kafka/kafka.py:
##########
@@ -407,6 +411,7 @@ def __init__(self, context, num_nodes, zk,
security_protocol=SecurityConfig.PLAI
kraft_broker_configs = {
config_property.PORT: config_property.FIRST_BROKER_PORT,
config_property.NODE_ID: self.idx(node),
+ config_property.NEW_GROUP_COORDINATOR_ENABLE:
use_new_coordinator
}
Review Comment:
I figured the value get's overwritten anyways on start and here it's gonna
be false at init by default anyways so just assigned it until the overwrite
happens if its set to true
--
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]