RockteMQ-AI commented on issue #751:
URL: 
https://github.com/apache/rocketmq-spring/issues/751#issuecomment-5487006751

   **Issue Evaluation**
   
   Category: `question`
   
   The RocketMQClientTemplate in v5 does not provide a dedicated batch send 
API. For batch operations:
   1. Use sendNormalMessage() in a loop for small batches
   2. Use the underlying v5 Producer API directly for batch sends
   3. Use sendAsync() with CompletableFuture.allOf() for parallel async sends
   
   This is a known feature gap in the v5 Spring Boot integration.
   
   ---
   *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]

Reply via email to