imaffe commented on a change in pull request #18345:
URL: https://github.com/apache/flink/pull/18345#discussion_r807790670



##########
File path: 
flink-connectors/flink-connector-pulsar/src/main/java/org/apache/flink/connector/pulsar/source/enumerator/cursor/stop/TimestampStopCursor.java
##########
@@ -22,7 +22,7 @@
 
 import org.apache.pulsar.client.api.Message;
 
-/** Stop consuming message at the given event time. */
+/** Stop consuming message at the given publish time. */
 public class TimestampStopCursor implements StopCursor {
     private static final long serialVersionUID = 3381576769339353027L;

Review comment:
       Do I need to modify the serializationVersionUID here ?




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