You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by twalthr <gi...@git.apache.org> on 2018/06/05 08:18:41 UTC

[GitHub] flink pull request #6076: [hotfix][docs] Specify operators behaviour on proc...

Github user twalthr commented on a diff in the pull request:

    https://github.com/apache/flink/pull/6076#discussion_r192984621
  
    --- Diff: docs/dev/event_time.md ---
    @@ -213,10 +213,33 @@ arrive after the system's event time clock (as signaled by the watermarks) has a
     timestamp. See [Allowed Lateness]({{ site.baseurl }}/dev/stream/operators/windows.html#allowed-lateness) for more information on how to work
     with late elements in event time windows.
     
    +## Idling sources
    --- End diff --
    
    Source can be marked as temporarily idle. Maybe we should also mentioned it `SourceFunction.SourceContext#markAsTemporarilyIdle` here.


---