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


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/events/ApplicationEventProcessor.java:
##########
@@ -159,6 +159,9 @@ private void process(final PollEvent event) {
         } else {
             requestManagers.shareHeartbeatRequestManager.ifPresent(hrm -> 
hrm.resetPollTimer(event.pollTimeMs()));
         }
+
+        CompletableFuture<Void> future = 
requestManagers.fetchRequestManager.requestFetch();

Review Comment:
   I take umbrage at your use of "hijack." I was simply _borrowing_ it. 😏
   
   Regardless, I've introduced a separate `FetchEvent` that should disentangle 
the two tasks.



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