momo-jun commented on code in PR #15497:
URL: https://github.com/apache/pulsar/pull/15497#discussion_r867661498
##########
site2/docs/developing-binary-protocol.md:
##########
@@ -418,7 +418,24 @@ Parameters:
* `txnid_least_bits` -> *(optional)* The ID of the transaction opened in a TC,
`txnid_most_bits` and `txnid_least_bits`uniquely identify a transaction.
* `request_id` -> *(optional)* ID for handling response and timeout.
-
+
+##### Command CommandAckResponse
+
+This is the broker's response to ack request by the client. It contains the
`consumer_id` sent in the request.
+If transaction is used, it will also contain the transactionId and requestID
sent in the request.
Review Comment:
```suggestion
If a transaction is used, it contains both Transaction ID and Request ID
that are sent in the request.
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]