sijie commented on a change in pull request #4866: [Transaction][buffer] Add
new commands for the transaction
URL: https://github.com/apache/pulsar/pull/4866#discussion_r309654769
##########
File path: pulsar-common/src/main/proto/PulsarApi.proto
##########
@@ -713,4 +733,6 @@ message BaseCommand {
optional CommandAuthChallenge authChallenge = 36;
optional CommandAuthResponse authResponse = 37;
+ // transaction related
+ optional CommandEndTxnOnPartition endTxnOnPartition = 38;
Review comment:
Please bump the version since we are introducing transaction related
commands here.
----------------------------------------------------------------
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