m1a2st commented on code in PR #17117: URL: https://github.com/apache/kafka/pull/17117#discussion_r1753082058
########## tools/src/test/java/org/apache/kafka/tools/consumer/group/ConsumerGroupCommandTestUtils.java: ########## @@ -85,6 +88,9 @@ static List<ClusterConfig> forKRaftGroupCoordinator() { Map<String, String> serverProperties = new HashMap<>(); serverProperties.put(OFFSETS_TOPIC_PARTITIONS_CONFIG, "1"); serverProperties.put(OFFSETS_TOPIC_REPLICATION_FACTOR_CONFIG, "1"); + serverProperties.put(GROUP_INITIAL_REBALANCE_DELAY_MS_CONFIG, "1000"); Review Comment: Hi @chenyulin0719, You can see this [discussion](https://github.com/apache/kafka/pull/16810#issuecomment-2275568303), we set the `group.initial.rebalance.delay.ms` from 3000 to 1000 to not only keep the initial rebalance delay but also speed up the test. -- 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