You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/03/23 06:26:29 UTC

[GitHub] [rocketmq-spring] RongtongJin commented on issue #240: How to control the flow per second?

RongtongJin commented on issue #240: How to control the flow per second?
URL: https://github.com/apache/rocketmq-spring/issues/240#issuecomment-602409825
 
 
   RocketMQ do not provide parameters that directly limit the consumption rate of clients.
   But you can set "pullThresholdForTopic" or "pullInterval"  by implementing RocketMQPushConsumerLifecycleListener interface in rocketmq-spring.  You can refer to article 8 of wiki [FAQ](https://github.com/apache/rocketmq-spring/wiki/FAQ).

----------------------------------------------------------------
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


With regards,
Apache Git Services