jiazhai opened a new pull request #4273: Add rate limit support for Replicator between clusters URL: https://github.com/apache/pulsar/pull/4273 Currently the rate limit between replication clusters is not able to control. In Geo-replication, once a cluster is offline, and after a long time, if it comes back, it may get a lot of messages from other clusters, and may use all of the network bandwidth. This PR tries to provided a way to control the rate limit between cluster replications. Add rate limit support for Replicator between clusters. changes: - change DispatchRateLimiter.java to support 3 kind type: Topic, subscription, replicator. - add DispatchRateLimiter support in PersistentReplicator. - add test and docs
---------------------------------------------------------------- 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
