You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/02/19 21:31:38 UTC

[GitHub] [pulsar] rdhabalia opened a new issue #9642: Project-10: Replace Zookeeper API access from Authorization-service with Pluggable metadata resources

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:
users@infra.apache.org



[GitHub] [pulsar] merlimat closed issue #9642: Project-10: Replace Zookeeper API access from Authorization-service with Pluggable metadata resources

Posted by GitBox <gi...@apache.org>.
merlimat closed issue #9642:
URL: https://github.com/apache/pulsar/issues/9642


   


----------------------------------------------------------------
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:
users@infra.apache.org