gaoran10 commented on a change in pull request #8347:
URL: https://github.com/apache/pulsar/pull/8347#discussion_r511692310
##########
File path: pulsar-common/src/main/proto/PulsarMarkers.proto
##########
@@ -80,10 +80,12 @@ message ClusterMessageId {
message MessageIdData {
required uint64 ledger_id = 1;
required uint64 entry_id = 2;
+ optional int32 partition = 3 [default = -1];
}
/// --- Transaction marker ---
message TxnCommitMarker {
- required MessageIdData message_id = 1;
+ optional MessageIdData message_id = 1;
+ repeated MessageIdData messageIdList = 2;
Review comment:
Ok
----------------------------------------------------------------
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]