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:
[email protected]


Reply via email to