chenyulin0719 commented on code in PR #17117: URL: https://github.com/apache/kafka/pull/17117#discussion_r1753097885
########## 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 see. Comparing to set `group.initial.rebalance.delay.ms` to 0 ms, adding some delay could speed up the metadata synchronization in Kraft mode. Let's a suprising finding to me. Thanks for sharing the discussion. -- 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