merlimat commented on a change in pull request #5602: Add DeliverAtTime option
to go client
URL: https://github.com/apache/pulsar/pull/5602#discussion_r344874251
##########
File path: pulsar-client-go/pulsar/message.go
##########
@@ -42,6 +42,9 @@ type ProducerMessage struct {
// Set the sequence id to assign to the current message
SequenceID int64
+
+ // Set the time to deliver the message
+ DeliverAtTime time.Time
Review comment:
In other clients we've also added the `DeliverAfter` option to specify a
delay.
----------------------------------------------------------------
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