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


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/PrototypeAsyncConsumer.java:
##########
@@ -693,15 +1015,14 @@ private boolean refreshCommittedOffsetsIfNeeded(Timer 
timer) {
 
         log.debug("Refreshing committed offsets for partitions {}", 
initializingPartitions);
         try {
-            final Map<TopicPartition, OffsetAndMetadata> offsets = 
eventHandler.addAndGet(new OffsetFetchApplicationEvent(initializingPartitions), 
timer);
+            final Map<TopicPartition, OffsetAndMetadata> offsets = 
applicationEventHandler.addAndGet(new 
OffsetFetchApplicationEvent(initializingPartitions), timer);

Review Comment:
   @philipnee filed KAFKA-15551 (_Evaluate conditions for short circuiting 
consumer API calls_) to implement this consistently.



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