You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gi...@git.apache.org on 2017/08/17 21:05:21 UTC

[GitHub] rdhabalia opened a new pull request #704: Add support of dispatch rate-limiting for global namespace

rdhabalia opened a new pull request #704: Add support of dispatch rate-limiting for global namespace
URL: https://github.com/apache/incubator-pulsar/pull/704
 
 
   ### Motivation
   
   After moving dispatch-rate policy from local-zk to global-zk, it was not supporting configuration of dispatch-rate for global-namespace. 
   Right now, `set-dispatch-rate` api sets dispatch-rate for a given namespace, but for global-namespace, it should be able to configure rate for specific repl-cluster.
   
   
   ### Modifications
   
   When any broker receives `set-dispatch-rate` request for a global-namespace, it sets dispatch-rate for that current cluster so, it's possible to configure dispatch-rate for every cluster.
   
   ### Result
   
   we will be able to set-dispatch-rate for global namespace.
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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