Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to handle out-of-order events #1745

Open
donggong opened this issue Sep 8, 2021 · 1 comment
Open

How to handle out-of-order events #1745

donggong opened this issue Sep 8, 2021 · 1 comment

Comments

@donggong
Copy link

donggong commented Sep 8, 2021

How to handle out-of-order events By Siddhi

@AnuGayan
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants