merlimat commented on a change in pull request #10218:
URL: https://github.com/apache/pulsar/pull/10218#discussion_r614482887
##########
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:
Since we're moving towards having all accesses through the metadata
store API, is there a way to avoid this?
--
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]