You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/10/21 04:03:24 UTC

[GitHub] [rocketmq-client-cpp] shenhui0509 commented on pull request #334: fix SendMessageRequestHeader Serialization bug

shenhui0509 commented on pull request #334:
URL: https://github.com/apache/rocketmq-client-cpp/pull/334#issuecomment-713284984


   the send message request header is serialized to 
   ```
   {"code":10,"extFields":{"batch":"1","unitMode":"false"},"flag":0,"language":"JAVA","opaque":0,"serializeTypeCurrentRPC":"JSON","version":0}
   ```
   however in broker the boolean field is deserialized as false, so treat the send batch request as a single message, results in bug.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org