cimura commented on a change in pull request #10045:
URL: https://github.com/apache/pulsar/pull/10045#discussion_r602991093
##########
File path: site2/docs/client-libraries-node.md
##########
@@ -389,6 +397,8 @@ The following keys are available for producer message
objects:
| `sequenceId` | The sequence ID of the message. |
| `partitionKey` | The optional key associated with the message (particularly
useful for things like topic compaction). |
| `replicationClusters` | The clusters to which this message will be
replicated. Pulsar brokers handle message replication automatically; you should
only change this setting if you want to override the broker default. |
+| `deliverAt` | The absolute timestamp at or after which the message is
delivered. | |
Review comment:
I thought so
reference:
-
https://github.com/apache/pulsar/blob/3b2c8526a96fc90e948dbeb510e8400a628c749a/pulsar-client-api/src/main/java/org/apache/pulsar/client/api/TypedMessageBuilder.java#L187
-
https://github.com/apache/pulsar/blame/30f3ddab9e1bf36f8361c3e58a468cda9a9c0b99/site2/docs/client-libraries-go.md#L671
--
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]