You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/11/14 19:19:42 UTC

[GitHub] [pulsar] everactivetim commented on a change in pull request #5602: Add DeliverAtTime option to go client

everactivetim commented on a change in pull request #5602: Add DeliverAtTime option to go client
URL: https://github.com/apache/pulsar/pull/5602#discussion_r346499934
 
 

 ##########
 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:
   Sorry- somehow I missed all notifications on these comments. I will address them shortly. Thanks!

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services