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 2020/11/19 13:17:32 UTC

[GitHub] [pulsar] 315157973 commented on pull request #8611: [Issue 8599] Fix DispatchRateLimiter does not take effect

315157973 commented on pull request #8611:
URL: https://github.com/apache/pulsar/pull/8611#issuecomment-730368234


   If the rate limit is 100 msg/s, and I request 10000 msg concurrently at the same time, 10000 messages will still be read, but in the next 100 seconds, none of the messages will be read. This kind of scenario is very easy to simulate, just set the `ReceiveQueueSize` of `MultiConsumer` to be larger. Is this side effect too big? 


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