chia7712 commented on code in PR #17117: URL: https://github.com/apache/kafka/pull/17117#discussion_r1750162791
########## tools/src/test/java/org/apache/kafka/tools/consumer/group/DescribeConsumerGroupTest.java: ########## @@ -987,6 +987,7 @@ private Map<String, Object> composeConfigs(String groupId, String groupProtocol, configs.put(ConsumerConfig.VALUE_DESERIALIZER_CLASS_CONFIG, StringDeserializer.class.getName()); configs.put(ConsumerConfig.GROUP_PROTOCOL_CONFIG, groupProtocol); configs.put(ConsumerConfig.PARTITION_ASSIGNMENT_STRATEGY_CONFIG, RangeAssignor.class.getName()); + configs.put(ConsumerConfig.MAX_POLL_INTERVAL_MS_CONFIG, "1000"); Review Comment: Also, it seems to me `group.consumer.heartbeat.interval.ms` is the true critical config, as they needs some HB cycles to reach the stable group. -- 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