dajac commented on code in PR #14640:
URL: https://github.com/apache/kafka/pull/14640#discussion_r1422131602


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/events/ApplicationEventProcessor.java:
##########
@@ -113,16 +113,15 @@ public void process(ApplicationEvent event) {
                 process((UnsubscribeApplicationEvent) event);
                 return;
 
+            case CONSUMER_REBALANCE_LISTENER_CALLBACK_COMPLETED:

Review Comment:
   Sure. We can tackle it in a separate PR.



-- 
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

Reply via email to