RockteMQ-AI commented on issue #11049: URL: https://github.com/apache/rocketmq/issues/11049#issuecomment-5655074871
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** The issue is valid and well-analyzed. The Proxy gRPC batch send path returns a single `SendMessageResponse` for N messages, but the SDK expects one receipt per message. When the broker succeeds, the SDK cannot match the single response to N individual sends, causing it to report failure even though the messages were stored. I see that PR #11050 has already been opened to address this. The fix approach (returning N receipts in the batch response) is correct and maintains protocol consistency with the SDK's expectations. No further action needed from the evaluation side — the PR should resolve this. --- *Automated evaluation by github-manager* -- 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]
