[
https://issues.apache.org/jira/browse/KAFKA-8886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16925952#comment-16925952
]
ASF GitHub Bot commented on KAFKA-8886:
---------------------------------------
rajinisivaram commented on pull request #7316: KAFKA-8886; Make Authorizer
create/delete methods asynchronous
URL: https://github.com/apache/kafka/pull/7316
As discussed on the KIP-504 mailing list, createAcls and deleteAcls methods
in the new Authorizer API have been made asynchronous. Will submit a separate
PR under https://issues.apache.org/jira/browse/KAFKA-8887 to handle these
requests asynchronously in KafkaApis using a purgatory.
### 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:
[email protected]
> Make Authorizer create/delete methods asynchronous
> --------------------------------------------------
>
> Key: KAFKA-8886
> URL: https://issues.apache.org/jira/browse/KAFKA-8886
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Rajini Sivaram
> Assignee: Rajini Sivaram
> Priority: Major
> Fix For: 2.4.0
>
>
> As discussed on the mailing list, createAcls and deleteAcls should be
> asynchronous to avoid blocking request threads when updates are made to
> non-ZK based stores which may block for potentially long durations.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)