zhaijack opened a new pull request #1358: Issue 1071: add ratelimiter for 
subscription
URL: https://github.com/apache/incubator-pulsar/pull/1358
 
 
   ### Motivation
   
   Currently rate limiting and throttling are applied at namespace/topic level. 
It would be good to provide a mechanism to apply these settings in subscription 
level, so user can control different rate limiting, throttling strategies for 
different subscriptions.
   
   ### Modifications
   
   Provide a rate limiter setting for subscription, and all subscriptions under 
same namespaces will have same a rate limiter. This is similar to what we have 
for topics.
   
   ### Result
   
   current behaviour will not change. 
   user could set rate limiter for subscriptions.
   

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


With regards,
Apache Git Services

Reply via email to