kaushik-develop commented on a change in pull request #11331:
URL: https://github.com/apache/pulsar/pull/11331#discussion_r671537112



##########
File path: 
pulsar-broker/src/main/java/org/apache/pulsar/broker/resourcegroup/ResourceGroup.java
##########
@@ -140,6 +140,7 @@ public ResourceGroup(ResourceGroup other) {
 
     protected void 
updateResourceGroup(org.apache.pulsar.common.policies.data.ResourceGroup 
rgConfig) {
         this.setResourceGroupConfigParameters(rgConfig);
+        this.resourceGroupPublishLimiter = new 
ResourceGroupPublishLimiter(rgConfig, rgs.getPulsar().getExecutor());

Review comment:
       Thanks; fixed in iteration 314aa56




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to