trigger testing

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

trigger testing

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.
and behaving just like an EventTimeTrigger.

Why is this? am I wrong somewhere?
Reply | Threaded
Open this post in threaded view
|

Re: trigger testing

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 <[hidden email]> 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?