Purshotam Chauhan created KAFKA-14828:
-----------------------------------------
Summary: Remove R/W lock from StandardAuthorizer
Key: KAFKA-14828
URL: https://issues.apache.org/jira/browse/KAFKA-14828
Project: Kafka
Issue Type: Improvement
Reporter: Purshotam Chauhan
Assignee: Purshotam Chauhan
Currently, StandardAuthorizer uses R/W locks to keep the data consistent
between reads. The intent of this Jira is to remove the R/W locks by using the
persistent data structures library like -
[pcollections|https://github.com/hrldcpr/pcollections],
[Paguro|https://github.com/GlenKPeterson/Paguro] and
[Vavr|[https://github.com/vavr-io/vavr].]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)