Pattern change on runtime

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Pattern change on runtime

Erdem erdfem
Hi,

I want to know, can we change the pattern on runtime?

I've read on stackoverflow "at the moment flink does not support". Does it
change?
Reply | Threaded
Open this post in threaded view
|

Re: Pattern change on runtime

Aljoscha Krettek-2
Hi,

Yes, currently the pattern of a CEP operator cannot be changed. You could manually implement this by using a ConnectedStream with a CoProcessFunction where the first input carries events and the second input carries commands that change the patterns that you monitor.

Best,
Aljoscha

> On 18. Oct 2017, at 15:53, Erdem erdfem <[hidden email]> wrote:
>
> Hi,
>
> I want to know, can we change the pattern on runtime?
>
> I've read on stackoverflow "at the moment flink does not support". Does it
> change?

Reply | Threaded
Open this post in threaded view
|

Re: Pattern change on runtime

Erdem erdfem
Hi Aljoscha,

Thank you for information

24 Eki 2017 17:32 tarihinde "Aljoscha Krettek" <[hidden email]> yazdı:

Hi,

Yes, currently the pattern of a CEP operator cannot be changed. You could
manually implement this by using a ConnectedStream with a CoProcessFunction
where the first input carries events and the second input carries commands
that change the patterns that you monitor.

Best,
Aljoscha

> On 18. Oct 2017, at 15:53, Erdem erdfem <[hidden email]> wrote:
>
> Hi,
>
> I want to know, can we change the pattern on runtime?
>
> I've read on stackoverflow "at the moment flink does not support". Does it
> change?