fapaul commented on a change in pull request #17346:
URL: https://github.com/apache/flink/pull/17346#discussion_r715376157



##########
File path: docs/content/docs/connectors/datastream/pulsar.md
##########
@@ -244,6 +240,10 @@ Built-in start cursors include:
   ```java
   StartCursor.fromMessageId(MessageId, boolean)
   ```
+- Start from the specified message time by `Message<byte[]>.getEventTime()`.
+  ```java
+  StartCursor.fromMessageTime(long)
+  ```

Review comment:
       Nit: Make this change on a separate commit




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to