Hello
I am wondering if it is possible to process the following scenario, to store
all events by event time in a general window and process elements from a
smaller time Frame
1.- Store elements in a General SlidingWindow (60 mins, 10 mins)
- Rule 1 -> gets 10 mins elements from the general window and get
aggregations
- Rule 2 -> gets 20 mins elements from the general window and get
aggregations
- Rule 3 -> gets 30 mins elements from the general window and get
aggregations
2.- send results
Thank you
Regards