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 2021/12/31 06:26:56 UTC

[GitHub] [pulsar] zbye commented on issue #13582: Support global subscribe rate limit policy on topic #13347

zbye commented on issue #13582:
URL: https://github.com/apache/pulsar/issues/13582#issuecomment-1003284185


   @mattisonchao   I'm sorry. We want to control the subscribe rate for a specific topic in a pulsar cluster.  The command "set-dispatch-rate" is "Set subscribe-rate **per consumer** for a namespace or topic", we can only control every consumer. 
   
   For example, we set subscribe-rate 10 msg/s for a topic, when there is 5 consumers, the whole consumption rate is 10*5. If we have a way to set a global rate control on a topic,  no matter how many consumer deployed,the max whole consumption rate  is below 10 msg/s. 
   
   https://pulsar.apache.org/docs/en/pulsar-admin/#set-subscribe-rate
   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org