Re: Wait for cancellation event with CEP

2020-05-04 Thread Maxim Parkachov
Hi Till, thank you for very detailed answer, now it is absolutely clear. Regards, Maxim. On Thu, Apr 30, 2020 at 7:19 PM Till Rohrmann wrote: > Hi Maxim, > > I think your problem should be solvable with the CEP library: > > So what we are doing here is to define a pattern forward followed by a

Re: Wait for cancellation event with CEP

2020-04-30 Thread Till Rohrmann
Hi Maxim, I think your problem should be solvable with the CEP library: public static void main(String[] args) throws Exception { // set up the streaming execution environment final StreamExecutionEnvironment env = StreamExecutionEnvironment.getExecutionEnvironment(); DataStrea