dajac commented on code in PR #14357: URL: https://github.com/apache/kafka/pull/14357#discussion_r1362052473
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerUtils.java: ########## @@ -221,4 +229,72 @@ else if (t instanceof KafkaException) throw new TimeoutException(e); } } + + static void processRebalanceCallback(final EventHandler eventHandler, Review Comment: For my understanding, why do we place those methods in ConsumerUtils? -- 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