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

Allow access to "time" in ProcessWindowFunction.Context

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.3.0
    • API / DataStream
    • None

    Description

      The recently added ProcessWindowFunction has a Context object that allows querying some additional information about the window firing that we are processing. Right now, this is only the window for which the firing is happening. We should extends this with methods that allow querying the current processing time and the current watermark.

      Original text by issue creator: This is similar to FLINK-3674 but exposing time information in window functions. Currently when a timer is fired, all states in a window will be returned to users, including those after the timer. This change will allow users to filter out states after the timer based on time info.

      Attachments

        Issue Links

          Activity

            People

              mauzhang Manu Zhang
              mauzhang Manu Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: