RockteMQ-AI commented on issue #1317:
URL: 
https://github.com/apache/rocketmq-clients/issues/1317#issuecomment-5364740130

   **Issue Evaluation**
   
   Category: `enhancement` | Status: **Evaluated**
   
   **Feasibility:** feasible
   **Scope:** Go producer
   **Compatibility:** No breaking changes — additive API.
   
   This is a reasonable feature request. Adding batch send support in sync mode 
for the Go producer would improve throughput for high-volume scenarios, 
matching the Java producer's capability.
   
   The implementation should:
   - Add a `SendBatch(ctx, []*Message)` method to the Producer interface
   - Respect the existing `maxMessageSize` server-side limit
   - Handle partial failures (some messages accepted, some rejected)
   
   Welcome contribution.
   
   ---
   *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