zymap opened a new pull request #4776: [Transaction][Buffer]Add new marker to show which message belongs to transaction URL: https://github.com/apache/pulsar/pull/4776 *Motivation* Add new message type in the transaction including data and commit and abort maker in the transaction log. *Modifications* Add three new types of transaction messages. TXN_DATA is the normal message of the transaction. TXN_COMMIT is the commit marker of the transaction. TXN_ABORT is the abort marker of the transaction.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
