Re: trigger testing

2017-08-25 Thread Aljoscha Krettek
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 wrote: > > I'm testing with ContinuousEventTimeTrigger with a TumblingWindow. > > let's say in time frame A, B, C ther

trigger testing

2017-07-12 Thread jad mad
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