Re: Sync Flink

2017-09-04 Thread Aljoscha Krettek
n19405...@n3.nabble.com>] > Sent: 28 August 2017 12:36 > To: Meri Ziv > Subject: Re: Sync Flink > > Hi, > > This is not possible out-of-box, but you could use a ProcessFunction (or > rather CoProcessFunction) to buffer elements and set a timer so that you only > emit when

RE: Sync Flink

2017-08-29 Thread ziv
.nabble.com] Sent: 28 August 2017 12:36 To: Meri Ziv Subject: Re: Sync Flink Hi, This is not possible out-of-box, but you could use a ProcessFunction (or rather CoProcessFunction) to buffer elements and set a timer so that you only emit when the watermarks advances on both inputs. Best, Aljoscha

Re: Sync Flink

2017-08-28 Thread Aljoscha Krettek
Hi, This is not possible out-of-box, but you could use a ProcessFunction (or rather CoProcessFunction) to buffer elements and set a timer so that you only emit when the watermarks advances on both inputs. Best, Aljoscha > On 28. Aug 2017, at 08:10, ziv wrote: > >