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/04/16 00:44:24 UTC

[GitHub] [pulsar] merlimat commented on a change in pull request #10218: [PIP-82] [pulsar-broker] CRUD support for ResourceGroup

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:
users@infra.apache.org