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/06/08 01:32:56 UTC

[GitHub] [pulsar-client-go] sijie commented on issue #267: Is there any relationship between consumer throughput and ConsumerOptions.ReceiverQueueSize and ConsumerOptions.MessageChannel and the time required to process each message?

sijie commented on issue #267:
URL: https://github.com/apache/pulsar-client-go/issues/267#issuecomment-640315757


   @LvBay 
   
   If the consumer takes 10ms to process each message, it means that for a single thread you can process 100 messages/second. So you can have 10 threads to process messages to achieve 1000 msgs/second.


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