What's the best way to get the bounds of a window? :lower-bound
in the state-event map?
Do you mean from the lower bound extent in the state event to the corresponding time?
Oh, you mean you want to find out what the lowest bound of any of the windows are? lower-bound is just the lower bound for the current window being triggered.
Hi, Can i group tasks across multiple jobs?
But it's the bound of the window, not the current minimum segment.
@sreekanth no, that’s not possible.
In other words, it's not going to change.
@dave.dixon right yeah. Hmm, would it be possible to create a second global window, and just track the minimum there?
When an updated segment is emitted for a window I want to be sure clients can identify that window and update appropriately. Sounds like that's how it behaves.
Based on my understanding of what you’re saying, that’s right.
When are windows merged, requiring the super-aggregation function?
The usual cause is when two session windows are merged into a single window because a new event causes the timeout gap to be too small to be two separate windows