RockteMQ-AI commented on issue #1317: URL: https://github.com/apache/rocketmq-clients/issues/1317#issuecomment-5231197420
**Issue Evaluation** Category: `enhancement` | Status: **Evaluated** **Feasibility:** Feasible — batch send is a standard producer feature already available in the Java SDK. **Scope:** Go producer module. Requires implementing a batch send API that accepts multiple messages and sends them in a single gRPC call to the Proxy. **Compatibility:** Additive API change, no breaking changes. Must align with the gRPC `SendMessageRequest` batch semantics already supported by the Proxy. This is a reasonable feature request that aligns with the Java SDK capabilities. --- *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]
