siddhi icon indicating copy to clipboard operation
siddhi copied to clipboard

How to handle out-of-order events

Open donggong opened this issue 2 years ago • 1 comments

How to handle out-of-order events By Siddhi

donggong avatar Sep 08 '21 01:09 donggong

In Incremental aggregation(aka named aggregation the out-of-order event handling is embedded into the implementation. All the events will be aggregated according to the event timestamp if the aggregation is defined to work on it.

Or Siddhi-execution-reorder extension can be used to reorder the out-of-order events

AnuGayan avatar Feb 28 '22 17:02 AnuGayan