Re: Kafka Streams windows strange behavior

2016-09-11 Thread Guozhang Wang
Hello Adrienne, Are you running the Streams library of 0.10.0.0 version? If yes could you try it again with current trunk of Kafka? Guozhang On Thu, Sep 8, 2016 at 8:19 AM, Adrienne Kole wrote: > Hi, > > I am trying to implement simple scenario on streams library of

Kafka Streams windows strange behavior

2016-09-08 Thread Adrienne Kole
Hi, I am trying to implement simple scenario on streams library of kafka. I insert data to kafka topic 1 tuple/second. Streams library is connected to particular topic and what it does is: 1. construct 8 second windows with 4 second sliding time, 2. sum values of tuples