ravi-vaidyanathan commented on a change in pull request #10218:
URL: https://github.com/apache/pulsar/pull/10218#discussion_r614956929



##########
File path: 
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/cache/ConfigurationCacheService.java
##########
@@ -101,6 +104,13 @@ public Policies deserialize(String path, byte[] content) 
throws Exception {
             }
         };
 
+        this.resourcegroupsCache = new 
ZooKeeperDataCache<ResourceGroup>(cache) {

Review comment:
       Thanks for catching this, removed it.




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