I'm testing with ContinuousEventTimeTrigger with a TumblingWindow.
let's say in time frame A, B, C there are 1, 2 and 3 inputs
the count result I'd expected was something like
ContinuousEventTimeTrigger -> A:1, B:3, C:6
but from the result I get, it seems the inputs haven't been accumulated.
and behaving just like an EventTimeTrigger.
Why is this? am I wrong somewhere?