chia7712 commented on code in PR #20221: URL: https://github.com/apache/kafka/pull/20221#discussion_r2282403480
########## tools/src/main/java/org/apache/kafka/tools/ConsumerPerformance.java: ########## @@ -134,8 +136,13 @@ private static void consume(KafkaConsumer<byte[], byte[]> consumer, long reportingIntervalMs = options.reportingIntervalMs(); boolean showDetailedStats = options.showDetailedStats(); SimpleDateFormat dateFormat = options.dateFormat(); - consumer.subscribe(options.topic(), - new ConsumerPerfRebListener(joinTimeMs, joinStartMs, joinTimeMsInSingleRound)); + + ConsumerPerfRebListener listener = new ConsumerPerfRebListener(joinTimeMs, joinStartMs, joinTimeMsInSingleRound); Review Comment: you are right! open https://issues.apache.org/jira/browse/KAFKA-19617 to handle it -- 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