Kafka Streams, WindowBy, Grace Period, Late events, Suppres operation

2020-05-10 Thread Baki Hayat
Hello Friends, I wrote into stackoverflow but also i am writing here, I have couple of questions about window operation, grace period and late events. Could you please check my problem about group by with adding time field as a key or window by and group by without time field ? Here is detail e

Re: Kafka Streams, WindowBy, Grace Period, Late events, Suppres operation

2020-05-11 Thread Baki Hayat
re getting an overflow, > it means your time stamps are from the far future. You might want to > manually inspect them. > > I hope this helps, > John > > > On Sun, May 10, 2020, at 05:29, Baki Hayat wrote: > > Hello Friends, > > > > I wrote into stackove

Re: Kafka Streams, WindowBy, Grace Period, Late events, Suppres operation

2020-05-11 Thread Baki Hayat
timestamp in milliseconds since the epoch. If you’re getting an overflow, > > it means your time stamps are from the far future. You might want to > > manually inspect them. > > > > I hope this helps, > > John > > > > > > On Sun, May 10, 2020, at 05:2