I have a streaming job running a groupBy query with a Window of 3 days. The query is searching for different types of events.
The stream is configured with runOnce and there is a job scheduled for every hour.
Now, I'm not sure what data is processed each time the stream is triggered if there is only one new event and there are other relevant events for the window timeframe but the events were already processed in the previous run. Is it going to look only at the new data? or all the relevant data for the query in the window?