rdhabalia opened a new issue #9642: URL: https://github.com/apache/pulsar/issues/9642
### Goal Replace Zookeeper API access in Authorization-service with Pluggable metadata resources ### Reference **Component**: Authorization Service **Class-reference**: PulsarAuthorizationProvider **Affeceted Modules**: Broker, Discovery, Proxy, WebSocket ### Notes 1. Authorization service uses ZooKeeper-API from the [ConfigurationCacheService](https://github.com/apache/pulsar/blob/master/pulsar-broker-common/src/main/java/org/apache/pulsar/broker/authorization/AuthorizationProvider.java#L96) 2. Replace `ConfigurationCacheService` with `ConfigurationMetadataCacheService` which uses Metadata-store API 3. Remove direct ZooKeeper dependency from Authorization Service. ---------------------------------------------------------------- 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]
