Hi, I am currently working on a task where it needs to group incoming events based on an identifier within a given time window.
Tumbling window mechanism used in this scenario and its correctly aggregating the results.
The problem is, I am seeing multiple intermediate aggregation results within the given time window, appreciate if someone can suggest a solution for this.
Below is the code section for the aggregation.