lianetm commented on code in PR #14413: URL: https://github.com/apache/kafka/pull/14413#discussion_r1361393280
########## clients/src/main/java/org/apache/kafka/clients/consumer/internals/MembershipManager.java: ########## @@ -21,53 +21,76 @@ import java.util.Optional; /** - * Manages group membership for a single member. + * Manages membership of a single member to a consumer group. + * <p/> * Responsible for: * <li>Keeping member state</li> * <li>Keeping assignment for the member</li> * <li>Computing assignment for the group if the member is required to do so<li/> */ public interface MembershipManager { + /** + * ID of the consumer group the member is part of (or wants to be part of). Review Comment: Agree on both, all done. -- 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