chia7712 commented on code in PR #17117: URL: https://github.com/apache/kafka/pull/17117#discussion_r1760262460
########## 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: > I think setting group.initial.rebalance.delay.ms to zero might be better. That is good, but we want to have delay in testing. That can "reduce" the difference between test and production. Also, 1.5s is good enough in speedup. -- 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