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 2022/03/28 03:52:34 UTC

[GitHub] [pulsar] RobertIndie commented on a change in pull request #14890: [feat][broker]Dynamic update broker-level subscribe-rate limter

RobertIndie commented on a change in pull request #14890:
URL: https://github.com/apache/pulsar/pull/14890#discussion_r836035624



##########
File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentTopic.java
##########
@@ -185,7 +185,6 @@
     public boolean msgChunkPublished;
 
     private Optional<DispatchRateLimiter> dispatchRateLimiter = Optional.empty();
-    private Optional<SubscribeRateLimiter> subscribeRateLimiter = Optional.empty();

Review comment:
       Why move `subscribeRateLimiter` to the AbstractTopic?




-- 
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-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org