philipnee commented on code in PR #15035:
URL: https://github.com/apache/kafka/pull/15035#discussion_r1432800050


##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/HeartbeatRequestManager.java:
##########
@@ -191,10 +191,11 @@ public NetworkClientDelegate.PollResult poll(long 
currentTimeMs) {
                 "either by increasing max.poll.interval.ms or by reducing the 
maximum size of batches " +
                 "returned in poll() with max.poll.records.");
             // This should trigger a heartbeat with leave group epoch
-            membershipManager.transitionToStaled();
+            membershipManager.transitionToStale();

Review Comment:
   transitionTo**Stale**



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