RobertIndie commented on a change in pull request #14890:
URL: https://github.com/apache/pulsar/pull/14890#discussion_r836262375
##########
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:
But the `subscribeRateLimiter` seems only work on persistent topics.
Could we only make it update on persistent topics?
--
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]