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 2021/01/19 12:58:07 UTC

[GitHub] [rocketmq-client-go] fwhezfwhez opened a new issue #593: How to limit consumer rate for a certain topic?

fwhezfwhez opened a new issue #593:
URL: https://github.com/apache/rocketmq-client-go/issues/593


   I've initialize a global consumer in go project, and I use it to subscribe many topic.
   
   Now I want some of my topics consumed 100 messages per push behavior. Each push action should have 10 seconds intervel at least.
   
   I want only some of topics work like this......


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



[GitHub] [rocketmq-client-go] fwhezfwhez commented on issue #593: How to limit consumer rate for a certain topic?

Posted by GitBox <gi...@apache.org>.
fwhezfwhez commented on issue #593:
URL: https://github.com/apache/rocketmq-client-go/issues/593#issuecomment-763431546


   > Hi you may try this method consumer.WithConsumeMessageBatchMaxSize
   
   It seems I should initialize many consumer instances...
   
   A consumer instance can subscribe many topics, but this consumer instance seems can't configurate specific scheme for different topics.


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



[GitHub] [rocketmq-client-go] maixiaohai commented on issue #593: How to limit consumer rate for a certain topic?

Posted by GitBox <gi...@apache.org>.
maixiaohai commented on issue #593:
URL: https://github.com/apache/rocketmq-client-go/issues/593#issuecomment-762825800


   Hi you may try this method consumer.WithConsumeMessageBatchMaxSize
   


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



[GitHub] [rocketmq-client-go] ShannonDing closed issue #593: How to limit consumer rate for a certain topic?

Posted by GitBox <gi...@apache.org>.
ShannonDing closed issue #593:
URL: https://github.com/apache/rocketmq-client-go/issues/593


   


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



[GitHub] [rocketmq-client-go] ShannonDing commented on issue #593: How to limit consumer rate for a certain topic?

Posted by GitBox <gi...@apache.org>.
ShannonDing commented on issue #593:
URL: https://github.com/apache/rocketmq-client-go/issues/593#issuecomment-783323817


   close  due to that the client does not implement an accurate flow limiting module


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