Re: Aggregator in CEP

2018-08-24 Thread antonio saldivar
hello thank you very much
I took a look on the link but now how can I check the conditions to get
aggregator results?

El vie., 24 ago. 2018 a las 5:27, aitozi () escribió:

> Hi,
>
> Now that it still not support the aggregator function in cep
> iterativeCondition. Now may be you need to check the condition by yourself
> to get the aggregator result. I will work for this these day, you can take
> a
> look on this issue:
>
> https://issues.apache.org/jira/projects/FLINK/issues/FLINK-9507
>
>
>
> --
> Sent from:
> http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
>


Re: Aggregator in CEP

2018-08-24 Thread aitozi
Hi,

Now that it still not support the aggregator function in cep
iterativeCondition. Now may be you need to check the condition by yourself 
to get the aggregator result. I will work for this these day, you can take a
look on this issue:

https://issues.apache.org/jira/projects/FLINK/issues/FLINK-9507



--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/


Aggregator in CEP

2018-08-24 Thread antonio saldivar
Hello

I am developing an application where I use Flink(v 1.4.2) CEP , is there
any aggregation function to match cumulative amounts or counts in a
IterativeCondition within a period of time for a KeyBy elements?

if a cumulative amount reaches thresholds fire a result

Thank you
Regards