f1amingo commented on issue #6481:
URL: https://github.com/apache/rocketmq/issues/6481#issuecomment-1486417657

   If I understand correctly.
   Invoke the method `setConsumeMessageBatchMaxSize()` on your builder to 
specify the message consumption batch size 
(`DefaultMQPushConsumer#consumeMessageBatchMaxSize`) you want. 
   By default, `consumeMessageBatchMaxSize = 1`.
   By viewing the method 
`ConsumeMessageConcurrentlyService#submitConsumeRequest(4)`, you can understand 
the implementation details of consumption batching.


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