[
https://issues.apache.org/jira/browse/KAFKA-14828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Purshotam Chauhan resolved KAFKA-14828.
---------------------------------------
Fix Version/s: 3.6.0
Reviewer: Manikumar Reddy
Resolution: Fixed
> 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
> Priority: Major
> Fix For: 3.6.0
>
>
> 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)