Hi Till,
The session I am dealing with does not have a reliable "end-of-session" event. It could stop sending events all of sudden or it could keep sending events forever. I need to be able to determine when a session expire due to inactivity or to kill off a session if it lives longer than it should. Therefore I need to perform incremental aggregation.
If I can assume ascending timestamp for the incoming events, would there be a workaround?
Thanks,
Jack