kirktrue commented on code in PR #20521:
URL: https://github.com/apache/kafka/pull/20521#discussion_r2399706995


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/events/ApplicationEventProcessor.java:
##########
@@ -218,32 +242,35 @@ public void process(ApplicationEvent event) {
     }
 
     private void process(final PollEvent event) {
+        processPollEvent(event.pollTimeMs());
+        event.markReconcileAndAutoCommitComplete();

Review Comment:
   Since `ShareConsumerImpl` doesn't use the `Future` from the event, I'll 
remove it and clean that up.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to