[ https://issues.apache.org/jira/browse/KAFKA-8730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16919366#comment-16919366 ]
ASF GitHub Bot commented on KAFKA-8730: --------------------------------------- dajac commented on pull request #7276: KAFKA-8730: Add API to delete consumer offsets (KIP-496) URL: https://github.com/apache/kafka/pull/7276 This adds an administrative API to delete consumer offsets of a group as well as extends the mechanism to expire offsets of consumer groups. It makes the group coordinator aware of the set of topics a consumer group (protocol type == 'consumer') is actively subscribed to, allowing offsets of topics which are not actively subscribed to by the group to be either expired or administratively deleted. The expiration rules remain the same. For the other groups (non-consumer), the API allows to delete offsets when the group is empty and the expiration remains the same. *More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* *Summary of testing strategy (including rationale) for the feature or bug fix. Unit and/or integration tests are expected for any behaviour change and system tests should be considered for larger changes.* ### 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 > Add API to delete consumer offsets (KIP-496) > -------------------------------------------- > > Key: KAFKA-8730 > URL: https://issues.apache.org/jira/browse/KAFKA-8730 > Project: Kafka > Issue Type: Improvement > Reporter: Jason Gustafson > Assignee: David Jacot > Priority: Major > > Implements KIP-496 as documented here: > [https://cwiki.apache.org/confluence/display/KAFKA/KIP-496%3A+Administrative+API+to+delete+consumer+offsets]. -- This message was sent by Atlassian Jira (v8.3.2#803003)