poorbarcode commented on PR #15468:
URL: https://github.com/apache/pulsar/pull/15468#issuecomment-1119687627

   > Why break the subscribe rate limit policy?
   
   In original design: the consumer returned by 
`pulsarClient.newConsumer(Schema.BYTES).topic("my-topic").subscriptionName("my-subscription").subscribe()`
  no matter how many times you subscribe, will use same 
`subscribe-RateLimiter`.  This patch has broken this design.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to