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:
[email protected]


Reply via email to