RockteMQ-AI commented on issue #11049:
URL: https://github.com/apache/rocketmq/issues/11049#issuecomment-5711102723

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   This is a valid bug in the Proxy gRPC batch send implementation. The issue 
correctly identifies that batch send returns a single receipt for N messages, 
causing SDKs to fail the send even though the broker successfully stored all 
messages.
   
   **Root Cause:** The batch send response format does not match SDK 
expectations - returns one receipt instead of N receipts.
   
   **Impact:** Batch send operations fail on the client side despite successful 
storage, breaking the batch send feature.
   
   **Severity:** High - affects batch send functionality, a key performance 
optimization feature.
   
   **Assessment:** The fix should ensure the batch send response returns 
individual receipts for each message in the batch, matching SDK expectations.
   
   An automated fix proposal can be generated. Reply `/approve` to proceed with 
PR generation.
   
   ---
   *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