RockteMQ-AI commented on issue #751: URL: https://github.com/apache/rocketmq-spring/issues/751#issuecomment-5190995018
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Analysis:** The `RocketMQClientTemplate` in the v5 client spring boot starter currently does not expose a batch send API, unlike the 4.x producer which has `send(Collection<Message>)`. **Feasibility:** feasible **Scope:** `rocketmq-v5-client-spring-boot` module **Compatibility:** No breaking changes required The underlying v5 client `Producer` supports batch sending. The template class should expose this capability through a `sendBatch()` or similar method. --- *Automated evaluation by RockteMQ-AI* -- 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]
