The EPE detects multiple event for the same observation when using concurrent futures to stream data from each Datastream.
Good to know:
- The number of event that is ducplicated is not consistent between runs.
- Adding a delay between each post reduces the number of duplicates.
- The SiddhiQL approach to reduce duplication is to filter events in the SiddhiApp using a unit identifier for each observation.