Re: Problem with ProcessFunction timeout feature

2017-06-23 Thread Álvaro Vilaplana García
your case? > > Am 23.06.2017 um 10:55 schrieb Álvaro Vilaplana García < > alvaro.vilapl...@gmail.com>: > > Hi Stefan, > > You meant > > /** > * Registers a timer to be fired when processing time passes the given time. > * > * Timers can internally be sco

Re: Problem with ProcessFunction timeout feature

2017-06-23 Thread Álvaro Vilaplana García
org.apache.flink.streaming.api.datastream.KeyedStream} then that context * will also be active when you receive the timer notification. */ void registerProcessingTimeTimer(long time); Am i right? Cheers 2017-06-23 9:51 GMT+01:00 Álvaro Vilaplana García < alvaro.vilapl...@gmail.com>: > Hi Stefan, > > Thank you for your

Re: Problem with ProcessFunction timeout feature

2017-06-23 Thread Álvaro Vilaplana García
ation of event time > and processing time. In the processing function, after each device event, > you could register a timer so far ahead in processing time that it can > serve as a signal to check for time outs because you did not receive events > in a long time. > > Best,

Re: Problem with ProcessFunction timeout feature

2017-06-23 Thread Álvaro Vilaplana García
e, how else could Flink advance event time without receiving further > events? > > Best, > Stefan > > > Am 22.06.2017 um 16:35 schrieb Álvaro Vilaplana García < > alvaro.vilapl...@gmail.com>: > > > > Hi, > > > > Please, can you help me wit

Problem with ProcessFunction timeout feature

2017-06-22 Thread Álvaro Vilaplana García
hides the above problem. I am using Scala 2.11 /Flink versions 1.2.0 Regards -- ______ Álvaro Vilaplana García