AndrewJSchofield commented on code in PR #19826: URL: https://github.com/apache/kafka/pull/19826#discussion_r2111042578
########## core/src/test/scala/integration/kafka/api/AuthorizerIntegrationTest.scala: ########## @@ -288,7 +290,8 @@ class AuthorizerIntegrationTest extends AbstractAuthorizerIntegrationTest { ApiKeys.DELETE_SHARE_GROUP_STATE -> clusterAcl, ApiKeys.READ_SHARE_GROUP_STATE_SUMMARY -> clusterAcl, ApiKeys.DESCRIBE_SHARE_GROUP_OFFSETS -> (shareGroupDescribeAcl ++ topicDescribeAcl), - ApiKeys.DELETE_SHARE_GROUP_OFFSETS -> (shareGroupDeleteAcl ++ topicReadAcl) + ApiKeys.DELETE_SHARE_GROUP_OFFSETS -> (shareGroupDeleteAcl ++ topicReadAcl), + ApiKeys.ALTER_SHARE_GROUP_OFFSETS -> (shareGroupReadAcl ++ topicReadAcl) Review Comment: It's the share group equivalent of `OFFSET_COMMIT`. It doesn't delete the share group - it updates its state, just as a consumer does. -- 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