FrankYang0529 commented on code in PR #18121: URL: https://github.com/apache/kafka/pull/18121#discussion_r1885731283
########## tools/src/test/java/org/apache/kafka/tools/consumer/ConsoleConsumerTest.java: ########## @@ -465,6 +465,8 @@ private Consumer<byte[], byte[]> createOffsetConsumer(ClusterInstance cluster) { private Consumer<byte[], byte[]> createGroupMetaDataConsumer(ClusterInstance cluster) { Properties props = consumerProps(cluster); props.put(AUTO_OFFSET_RESET_CONFIG, "earliest"); + // TODO: review when addressing issue for formatter failures in console consumer for CONSUMER + props.put(ConsumerConfig.GROUP_PROTOCOL_CONFIG, GroupProtocol.CLASSIC.name()); Review Comment: We can remove these lines after https://github.com/apache/kafka/pull/18198. -- 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