Re: Flink CEP not emitting timed out events properly
Posted by Biplob Biswas on URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Flink-CEP-not-emitting-timed-out-events-properly-tp13794p13800.html
Hi Kostas,
Thanks for the reply, makes things a bit more clear.
I am checking for timed out events and when I am using event time, its behaviour is non-deterministic. For one pattern it's generating a few 'matched events' and for a different pattern no 'matched events'. And almost no timedout events in any of the patterns unless I run the series of mock events a second time, during which I get a series of anomaly events.
I had a topic created with this issue but I didn't get any satisfactory solutions there, so was testing it with processing time whether it works even or not.
I would really like to know how to increment the watermark without any events coming in, such that at least the timedout events are emitted by the system.