damccorm opened a new issue, #20041: URL: https://github.com/apache/beam/issues/20041
Current implementation of MonotonicWatermarkEstimator throws error and stop the pipeline when there is a late timestamp. But there are more potential options like: (1) Suppress the error and emit the item as possibly late data. (2) Move the timestamp forward to respect the watermark. We should consider making MonotonicWatermarkEstimator configurable with these options, or providing different types of MonotonicWatermarkEstimator to handle different options. Imported from Jira [BEAM-9312](https://issues.apache.org/jira/browse/BEAM-9312). Original Jira may contain additional context. Reported by: boyuanz. -- 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]
