Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-9312

Make MonotonicWatermarkEstimator configurable for whether to ignore late timestamp.

Details

    • Improvement
    • Status: Open
    • P3
    • Resolution: Unresolved
    • None
    • None
    • sdk-py-core, sdk-py-harness
    • None

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            boyuanz Boyuan Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: