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 2018/09/14 08:44:38 UTC

[GitHub] Hellojungle opened a new issue #464: Fields in a "MessageExtBatch" class should either be transient or serializable

Hellojungle opened a new issue #464: Fields in a "MessageExtBatch" class should either be transient or serializable
URL: https://github.com/apache/rocketmq/issues/464
 
 
   
   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - What did you do (The steps to reproduce)?
   None
   - What did you expect to see?
   MessageExtBatch is implements of Serializable, but the ByteBuffer encodedBuff is not serializable
   - What did you see instead?
   None
   2. Please tell us about your environment:
   
   3. Other information (e.g. detailed explanation, logs, related issues, suggestions how to fix, etc):
   common/src/main/java/org/apache/rocketmq/common/message/MessageExtBatch.java

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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