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 2022/05/07 03:46:34 UTC

[GitHub] [rocketmq] dongeforever opened a new issue, #4251: Add placeholder for batch flag in MessageSysFlag to avoid confict

dongeforever opened a new issue, #4251:
URL: https://github.com/apache/rocketmq/issues/4251

   Currently, the branch 5.0.0-alpha introduced two message sys flags:
   ```
   public final static int NEED_UNWRAP_FLAG = 0x1 << 6;
   public final static int INNER_BATCH_FLAG = 0x1 << 7;
   ```
   
   The batch feature is very likely to be published, but it also may need a long time to be merged into branch "develop".
   
   So it is better to add a placeholder for the batch flag in MessageSysFlag to avoid potential conflict.
   
   


-- 
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: dev-unsubscribe@rocketmq.apache.org.apache.org

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


[GitHub] [rocketmq] duhenglucky closed issue #4251: Add placeholder for batch flag in MessageSysFlag to avoid confict

Posted by GitBox <gi...@apache.org>.
duhenglucky closed issue #4251: Add placeholder for batch flag in  MessageSysFlag to avoid confict
URL: https://github.com/apache/rocketmq/issues/4251


-- 
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: dev-unsubscribe@rocketmq.apache.org

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