kirktrue commented on code in PR #14463:
URL: https://github.com/apache/kafka/pull/14463#discussion_r1344606749
##########
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupMetadataManager.java:
##########
@@ -131,6 +131,11 @@
*/
public class GroupMetadataManager {
+ /**
+ * A member epoch of <code>-1</code> means that the member wants to leave
the group.
+ */
+ public static final int LEAVE_GROUP_EPOCH = -1;
Review Comment:
Makes sense.
--
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]