You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2017/02/15 14:49:42 UTC

[jira] [Created] (FLINK-5809) Add registerNextWatermarkCallback() to TimerService

Aljoscha Krettek created FLINK-5809:
---------------------------------------

             Summary: Add registerNextWatermarkCallback() to TimerService
                 Key: FLINK-5809
                 URL: https://issues.apache.org/jira/browse/FLINK-5809
             Project: Flink
          Issue Type: Bug
          Components: DataStream API
            Reporter: Aljoscha Krettek


This new method is similar to {{registerEventTimeTimer()}} but instead of specifying a certain time where the timer should fire this will simply fire whenever a new watermark arrives.

This is, for example, useful when you want to buffer elements for sorting by event time and always want to emit as soon as the operator receives a watermark.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)