lizhiboo commented on issue #3221: URL: https://github.com/apache/rocketmq/issues/3221#issuecomment-893314655
> At present, rocketmq supports sending messages in batches, but the restriction must be the same topic and sent to the same queue. There may be obstacles to some more advanced usage. For example, when implementing high-precision delayed messages, whether plug-in or built-in delayed message components, when the message needs to be reproduced at the point of arrival, the messages of multiple topics / queues cannot be processed in batch at one time, resulting in low throughput. > > Can this restriction be removed? Messages sent in a batch contain data from multiple topics and queues. Finding topic route info is a challenge in multi topics case. If these topics have not been created on the same broker, it will failed. -- 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]
