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:41:32 UTC

[GitHub] [pulsar] rdhabalia opened a new issue #9643: Project-10: Replace global ZooKeeper and cache access from PulsarService and replace with Metadata-store API

rdhabalia opened a new issue #9643:
URL: https://github.com/apache/pulsar/issues/9643


   ### Goal
   PulsarService initializes `Global-ZooKeeper` and that is used by multiple components across pulsar-services. Remove global-zk access from dependent component and eventually remove global-zk initialization from the PulsarService.
   
   ### Reference
   **Component**: Pulsar-Service
   **Class-reference**: "- [PulsarServie::globalZkCache](https://github.com/apache/pulsar/blob/master/pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java#L1061), ZooKeeperCache
   **Affeceted Modules**: "- BrokerService, NamespaceServicem PersistentTopic, WorkerService
   
   
   ### Notes
   1. [PulsarServie::globalZkCache](https://github.com/apache/pulsar/blob/master/pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java#L1061) initializes global zk and that is being used by multiple places eg: BrokerService, NamespaceServicem PersistentTopic, WorkerService
   2. Replace globalZk access with Metadata-store resources in those places
   3. Remove GlogalZK reference from the PulsarService


----------------------------------------------------------------
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] rdhabalia closed issue #9643: Project-10: Replace global ZooKeeper and cache access from PulsarService and replace with Metadata-store API

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


   


----------------------------------------------------------------
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