kirktrue commented on code in PR #16974:
URL: https://github.com/apache/kafka/pull/16974#discussion_r1733559475
##########
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractHeartbeatRequestManager.java:
##########
@@ -195,6 +197,32 @@ public NetworkClientDelegate.PollResult poll(long
currentTimeMs) {
*/
public abstract AbstractMembershipManager<R> membershipManager();
+ /**
+ * Generate a heartbeat request to leave the group if the state is still
LEAVING when this is
+ * called to close the consumer.
Review Comment:
👍 Thanks for the explanation 😄
--
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]