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 2019/08/26 12:28:58 UTC

[GitHub] [rocketmq] muuzisoft edited a comment on issue #1394: [ISSUE #1375]Clear compressed flag of half message

muuzisoft edited a comment on issue #1394: [ISSUE #1375]Clear compressed flag of half message
URL: https://github.com/apache/rocketmq/pull/1394#issuecomment-524810075
 
 
   @liuruiyiyang The way I solve this problem is this:
   Modify TransactionalMessageBridge.java decodeMsgList method 
   replace MessageDecoder.decode(bb) to  MessageDecoder.decode(bb, true, false);
   can you help me ? thank you!

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


With regards,
Apache Git Services