sijie commented on a change in pull request #4776: [Transaction][Buffer]Add new
marker to show which message belongs to transaction
URL: https://github.com/apache/pulsar/pull/4776#discussion_r305733086
##########
File path: pulsar-common/src/main/proto/PulsarMarkers.proto
##########
@@ -32,6 +32,9 @@ enum MarkerType {
REPLICATED_SUBSCRIPTION_UPDATE = 13;
// Next markers start at 20
+ TXN_DATA = 20;
Review comment:
I don't think we need TXN_DATA. TXN_DATA are just normal messages, right?
----------------------------------------------------------------
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