I need some help concerning the CEP engine Esper: I wrote the following statement:
SELECT clientID FROM MovementEvent.win:time_batch(5 sec) GROUP BY clientID
And then I sent a MovementEvent into the engine. after 5 seconds, the subscriber is triggered - ok. But after 5 more seconds, it is triggered again - why?
No matter how many events I send to the engine, the subscriber always is triggered twice - after 5 and 10 seconds
I hope you could help me!
Thanx ;)