Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-3428

Add fixed time trailing timestamp/watermark extractor

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.1.0
    • None
    • None

    Description

      Flink currently provides only one build-in timestamp extractor, which assumes strictly ascending timestamps. In real world use cases, timestamps are almost never strictly ascending.

      Therefore, I propose to provide an utility watermark extractor which is generating watermarks with a fixed-time trailing.

      The implementation should keep track of the highest event-time seen so far and subtract a fixed amount of time from that event time.

      This way, users can for example specify that the watermarks should always "lag behind" 10 minutes.

      Attachments

        Activity

          People

            kkl0u Kostas Kloudas
            rmetzger Robert Metzger
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: