lhotari commented on a change in pull request #10384:
URL: https://github.com/apache/pulsar/pull/10384#discussion_r632344868
##########
File path:
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/PrecisPublishLimiter.java
##########
@@ -71,31 +80,63 @@ public void update(Policies policies, String clusterName) {
: null;
this.update(maxPublishRate);
}
+
public void update(PublishRate maxPublishRate) {
- if (maxPublishRate != null
Review comment:
I think that would make the logic a bit complicated without much gains.
--
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]