[ https://issues.apache.org/jira/browse/KAFKA-7117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16570399#comment-16570399 ]
ASF GitHub Bot commented on KAFKA-7117: --------------------------------------- omkreddy opened a new pull request #5463: KAFKA-7117: Support AdminClient API in AclCommand (KIP-332) URL: https://github.com/apache/kafka/pull/5463 - Update AclCommandTest - update docs - Remove deprecated KafkaPrincipal.fromString() usage ### 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 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 > Allow AclCommand to use AdminClient API > --------------------------------------- > > Key: KAFKA-7117 > URL: https://issues.apache.org/jira/browse/KAFKA-7117 > Project: Kafka > Issue Type: Improvement > Reporter: Manikumar > Assignee: Manikumar > Priority: Major > Labels: needs-kip > > Currently AclCommand (kafka-acls.sh) uses authorizer class (default > SimpleAclAuthorizer) to manage acls. > We should also allow AclCommand to support AdminClient API based acl > management. This will allow kafka-acls.sh script users to manage acls without > interacting zookeeper/authorizer directly. -- This message was sent by Atlassian JIRA (v7.6.3#76005)