[ https://issues.apache.org/jira/browse/KAFKA-8221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16837646#comment-16837646 ]
ASF GitHub Bot commented on KAFKA-8221: --------------------------------------- abbccdda commented on pull request #6714: KAFKA-8221 & KIP-345 part-3: Add batch leave group request URL: https://github.com/apache/kafka/pull/6714 We are aiming to support batch leave group request issued from admin client. This diff is the first effort to bump leave group request version. Note that we relax the state check on broker side for restricting a request with both `member.id` and `group.instance.id` set. Although it's not possible at the moment, we don't want to restrict future development to potentially handle leave group from static member too. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Augment LeaveGroupRequest to batch operation > -------------------------------------------- > > Key: KAFKA-8221 > URL: https://issues.apache.org/jira/browse/KAFKA-8221 > Project: Kafka > Issue Type: Sub-task > Components: consumer > Reporter: Boyang Chen > Assignee: Boyang Chen > Priority: Major > > Having a batch leave group request is a required protocol change to remove a > set of static members all at once. -- This message was sent by Atlassian JIRA (v7.6.3#76005)