Hi, Could you please post a code example of how you set up your window/trigger? Maybe also with some more code around it?
Best, Aljoscha > On 12. Jul 2017, at 14:31, jad mad <jadmad0...@gmail.com> wrote: > > 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?