wlliqipeng commented on a change in pull request #792: [RIP-9] Add the introduction of the batch message samples in RocketMQ URL: https://github.com/apache/rocketmq/pull/792#discussion_r257686899
########## File path: docs/en/Example_Batch.md ########## @@ -0,0 +1,76 @@ +# Batch Message Sample +------ +Sending messages in batch improves performance of delivering small messages. Messages of the same batch should have: same topic, same waitStoreMsgOK and no schedule support. Besides, the total size of the messages in one batch should be no more than 1MiB. Review comment: Besides, the total size of the messages in one batch should be no more than 4MiB. If a large number of messages are sent continuously, it is recommended that each batch message be less than 1MiB . ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
