[ 
https://issues.apache.org/jira/browse/FLINK-6244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16138083#comment-16138083
 ] 

ASF GitHub Bot commented on FLINK-6244:
---------------------------------------

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

    https://github.com/apache/flink/pull/4320#discussion_r134687041
  
    --- Diff: docs/dev/libs/cep.md ---
    @@ -1279,63 +1279,75 @@ and `flatSelect` API calls allow a timeout handler 
to be specified. This timeout
     partial event sequence. The timeout handler receives all the events that 
have been matched so far by the pattern, and
     the timestamp when the timeout was detected.
     
    +In order to treat partial patterns, the `select` and `flatSelect` API 
calls offer an overloaded version which takes as
    +parameters
    +
    + * `PatternTimeoutFunction`/`PatternFlatTimeoutFunction`
    + * [OutputTag]({{ site.baseurl }}/dev/stream/side_output.html) for the 
side output in which the timeouted matches will be returned
    --- End diff --
    
    timeouted -> timed out


> Emit timeouted Patterns as Side Output
> --------------------------------------
>
>                 Key: FLINK-6244
>                 URL: https://issues.apache.org/jira/browse/FLINK-6244
>             Project: Flink
>          Issue Type: Improvement
>          Components: CEP
>    Affects Versions: 1.3.0
>            Reporter: Dawid Wysakowicz
>            Assignee: Dawid Wysakowicz
>             Fix For: 1.4.0
>
>
> Now that we have SideOuputs I think timeouted patterns should be emitted into 
> them rather than producing a stream of `Either`



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to