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


   ### Goal
   
[ConfigurationCacheService](https://github.com/apache/pulsar/blob/master/pulsar-broker-common/src/main/java/org/apache/pulsar/broker/cache/ConfigurationCacheService.java)
 keeps local-zk-cache and global-zk-cache which is used by multiple components 
eg: Broker, Proxy, Discovery-service, WebSocket, etc. #9586 introduced 
`ConfigurationMetadataCacheService` which is an alternative of 
`ConfigurationCacheService` and it uses Pulsar meadata-store resources,. So, 
replace `ConfigurationCacheService` with `ConfigurationMetadataCacheService`.
   
   ### Reference
   **Component**: 
[ConfigurationCacheService](https://github.com/apache/pulsar/blob/master/pulsar-broker-common/src/main/java/org/apache/pulsar/broker/cache/ConfigurationCacheService.java)
   **Affected Modules**: Broker, Websocket, Discovery, Proxy
   
   
   ### Notes
   1. Replace all references of `ConfigurationCacheService` with 
`ConfigurationMetadataCacheService` across all pulsar components
   2. Remove `ConfigurationCacheService` class


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