merlimat 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_r284922520
 
 

 ##########
 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:
   This could go in a separate private method.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to