kaushik-develop commented on a change in pull request #11821: URL: https://github.com/apache/pulsar/pull/11821#discussion_r698653201
########## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/resourcegroup/ResourceGroup.java ########## @@ -321,6 +321,12 @@ protected BytesAndMessagesCount getGlobalUsageStats(ResourceGroupMonitoringClass protected BytesAndMessagesCount updateLocalQuota(ResourceGroupMonitoringClass monClass, BytesAndMessagesCount newQuota) throws PulsarAdminException { + // Only the Publish side is functional now; add the Dispatch side code when the consume side is ready. + if (monClass != ResourceGroupMonitoringClass.Publish) { Review comment: Thanks; fixed in the next iteration. -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org