merlimat commented on a change in pull request #4062: Delayed message delivery
implementation
URL: https://github.com/apache/pulsar/pull/4062#discussion_r276796118
##########
File path: pulsar-common/src/main/proto/PulsarApi.proto
##########
@@ -111,7 +111,10 @@ message MessageMetadata {
optional bytes encryption_param = 15;
optional bytes schema_version = 16;
- optional bool partition_key_b64_encoded = 17 [ default = false ];
+ optional bool partition_key_b64_encoded = 17 [ default = false ];
+
+ // Mark the message to be delivered at or after the specified timestamp
+ optional uint64 deliver_at_time = 18;
Review comment:
Switched to int64
----------------------------------------------------------------
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