Re: How to chain increasing window operations one after another

2017-05-07 Thread Michal Borowiecki
Hi Garrett, I've encountered a similar challenge in a project I'm working on (it's still work in progress, so please take my suggestions with a grain of salt). Yes, I believe KTable.groupBy lets you accomplish what you are aiming for with something like the following (same snippet attached as

Unable to consume messages

2017-05-07 Thread Sachin Nikumbh
Hi all, I am relatively new to kafka and my initial attempts at consuming messages are failing. My topic has 3 partitions and I am setting "auto.offset.reset" to "earliest". The call to poll hangs. Here's my code:  **

Re: Debugging Kafka Streams Windowing

2017-05-07 Thread Mahendra Kariya
Upgrading to 0.10.2.1 seems to have fixed the issue. Until now, we were looking at random 1 hour data to analyse the issue. Over the weekend, we have written a simple test that will continuously check for inconsistencies in real time and report if there is any issue. No issues have been reported