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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
