[ https://issues.apache.org/jira/browse/KAFKA-8887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16939382#comment-16939382 ]
ASF GitHub Bot commented on KAFKA-8887: --------------------------------------- rajinisivaram commented on pull request #7404: KAFKA-8887; Use purgatory for ACL updates using async authorizers URL: https://github.com/apache/kafka/pull/7404 ### 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 > Use purgatory for CreateAcls and DeleteAcls if implementation is async > ---------------------------------------------------------------------- > > Key: KAFKA-8887 > URL: https://issues.apache.org/jira/browse/KAFKA-8887 > Project: Kafka > Issue Type: Sub-task > Components: core > Reporter: Rajini Sivaram > Assignee: Rajini Sivaram > Priority: Major > Fix For: 2.4.0 > > > KAFKA-8886 is updating Authorizer.createAcls and Authorizer.deleteAcls APIs > to be asynchronous to avoid blocking request threads during ACL updates when > implementations use external stores like databases where updates may block > for long. This Jira is to async updates using a purgatory in KafkaApis. -- This message was sent by Atlassian Jira (v8.3.4#803005)