sethsaperstein-lyft commented on code in PR #20844:
URL: https://github.com/apache/flink/pull/20844#discussion_r1033036319
##########
flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/util/JobManagerWatermarkTracker.java:
##########
@@ -92,6 +104,7 @@ public long getUpdateTimeoutCount() {
protected static class WatermarkUpdate implements Serializable {
protected long watermark = Long.MIN_VALUE;
protected String id;
+ protected boolean updateLocalWatermark = true;
Review Comment:
good suggestion. Thanks for taking a look. Updated.
--
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]