You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: connectors/datagen-connectors/src/main/java/com/datasqrl/flinkrunner/connector/datagen/metronome/MetronomeReader.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,9 @@ public void start() {
68
68
* second boundary.
69
69
*
70
70
* <p>The emitted sequence number is derived from wall-clock epoch seconds relative to the first
71
-
* observed start second. If the reader wakes up late, repeated calls emit all missing sequence
72
-
* numbers with their intended event timestamps until the source catches up.
71
+
* observed start second. If the reader wakes up late or recovers from a checkpoint, repeated
72
+
* calls emit all missing sequence numbers with the current wall-clock timestamp until the source
Copy file name to clipboardExpand all lines: connectors/datagen-connectors/src/test/java/com/datasqrl/flinkrunner/connector/datagen/metronome/MetronomeSourceIT.java
0 commit comments