Re: Flink DataStream: A few dates are getting through very slowly

2019-02-15 Thread Till Rohrmann
Hi Marke, what is the expected behaviour in your case? Is the throughput to slow or do you expect that no elements should be output? Cheers, Till On Thu, Feb 14, 2019 at 1:28 PM Marke Builder wrote: > Hi, > > I'm using a simply streaming app with processing time and without states. > The app r

Flink DataStream: A few dates are getting through very slowly

2019-02-14 Thread Marke Builder
Hi, I'm using a simply streaming app with processing time and without states. The app read from kafka, transform the data and write the data to the storage (redis). But I see an interesting behavior, a few dates are getting through very slowly. Do you have any idea why this could be? Best, Marke