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 2019/05/17 03:00:41 UTC

[GitHub] [pulsar] jiazhai commented on a change in pull request #4273: Add rate limit support for Replicator between clusters

jiazhai commented on a change in pull request #4273: Add rate limit support for Replicator between clusters
URL: https://github.com/apache/pulsar/pull/4273#discussion_r284963866
 
 

 ##########
 File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/persistent/PersistentReplicator.java
 ##########
 @@ -150,6 +159,29 @@ protected void disableReplicatorRead() {
     protected void readMoreEntries() {
         int availablePermits = producerQueueSize - PENDING_MESSAGES_UPDATER.get(this);
 
+        // handle rate limit
 
 Review comment:
   @merlimat , thanks for the comments,  updated

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services