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

    https://github.com/apache/flink/pull/3621#discussion_r108619510
  
    --- Diff: docs/dev/libs/cep.md ---
    @@ -429,6 +429,41 @@ patternState.within(Time.seconds(10));
           {% endhighlight %}
               </td>
            </tr>
    +       <tr>
    +          <td><strong>Consecutive</strong></td>
    +          <td>
    +              <p>Works in conjunction with zeroOrMore, oneOrMore or times. 
Specifies that any not matching element breaks the loop.</p>
    --- End diff --
    
    1) Mention here that the default behavior is relaxed continuity. Same for 
Scala. Also the default behavior, I would also put it in the docs for 
`oneToMore`, `zeroToMore`, and `times` and have a forward reference to 
`consecutive`.
    2) At the end where you have the example, you could also mention that in 
the case of the default, we would have ...
    3) And also now it is an `SimpleCondition`, not a `FilterFunction` ;)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to