AndrewJSchofield opened a new pull request, #18936: URL: https://github.com/apache/kafka/pull/18936
As the share group admin operations are being implemented, I have noticed that consumer group operations and share group operations do not have the same authorisation requirements. This is not intentional. I have updated KIP-932 to match consumer groups. * `DescribeShareGroupOffsets` RPC - DESCRIBE GROUP and DESCRIBE TOPIC (matches `OffsetFetch`) * `AlterShareGroupOffsets` RPC - READ GROUP and READ TOPIC (matches `OffsetCommit`) * `DeleteShareGroupOffsets` RPC - DELETE GROUP and READ TOPIC (matches `OffsetDelete`) This PR just changes the documentation to match the KIP and tweaks the group check for `DescribeShareGroupOffsets`. All other code changes are in progress or just about to be performed. ### 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. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org