TaiJuWu commented on code in PR #20235: URL: https://github.com/apache/kafka/pull/20235#discussion_r2228543903
########## tools/src/test/java/org/apache/kafka/tools/consumer/group/ResetConsumerGroupOffsetTest.java: ########## @@ -153,6 +154,26 @@ public void testResetOffsetsNotExistingGroup(ClusterInstance cluster) throws Exc } } + @ClusterTest(brokers = 5) Review Comment: Thanks for review. I use 3 broker as default since we need to ensure `__consumere_offset` always have two brokers in any condition and we need to shutdown a broker. If the replica of `__consumer_offset` is 1, we can't sure the leader is not shutdown broker. -- 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