imcdo commented on code in PR #14524:
URL: https://github.com/apache/kafka/pull/14524#discussion_r1355435960
##########
tests/kafkatest/services/kafka/config.py:
##########
@@ -28,7 +28,8 @@ class KafkaConfig(dict):
config_property.METADATA_LOG_SEGMENT_BYTES: str(9*1024*1024), # 9 MB
config_property.METADATA_LOG_BYTES_BETWEEN_SNAPSHOTS:
str(10*1024*1024), # 10 MB
config_property.METADATA_LOG_RETENTION_BYTES: str(10*1024*1024), # 10
MB
- config_property.METADATA_LOG_SEGMENT_MS: str(1*60*1000) # one minute
+ config_property.METADATA_LOG_SEGMENT_MS: str(1*60*1000), # one minute
+ config_property.NEW_GROUP_COORDINATOR_ENABLE: False
Review Comment:
Nit: is there a better name than new group coordinator? Not very
descriptive and could easily become the old group coordinator if we arn't
careful.
--
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]