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_r309654336
##########
File path:
pulsar-common/src/main/java/org/apache/pulsar/common/protocol/Commands.java
##########
@@ -971,6 +985,22 @@ public static ByteBuf newGetSchemaResponseError(long
requestId, ServerError erro
return res;
}
+ public static ByteBuf newTxnEndOnPartition(long requestId, long
txnIdLeastBits, long txnIdMostBits, String topic,
Review comment:
```suggestion
public static ByteBuf newEndTxnOnPartition(long requestId, long
txnIdLeastBits, long txnIdMostBits, String topic,
```
----------------------------------------------------------------
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