philipnee commented on code in PR #15035: URL: https://github.com/apache/kafka/pull/15035#discussion_r1432199230
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/events/ApplicationEventProcessor.java: ########## @@ -136,7 +135,7 @@ private void process(final PollApplicationEvent event) { } requestManagers.commitRequestManager.ifPresent(m -> m.updateAutoCommitTimer(event.pollTimeMs())); - requestManagers.heartbeatRequestManager.ifPresent(HeartbeatRequestManager::resetPollTimer); Review Comment: turned out this is a bug - the timer's current time was not updated. -- 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