ymwneu commented on issue #772: A question about MessageSysFlag . What if I need a type for example A type value is 16 ? URL: https://github.com/apache/rocketmq/issues/772#issuecomment-466329761 > if I add a new type == 0x4 << 3 ( 16 ) , > the new type dont work right ( return flag & TRANSACTION_ROLLBACK_TYPE ) > what the real meaning of ( return flag & TRANSACTION_ROLLBACK_TYPE ) If you want a new bit to express a new mean, just check the specific bit. Method getTransactionValue only concern the third and fourth bits, there is nothing to do with your new bit.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
