Re: Kafka Streams KTable-KTable Join Error

2016-06-17 Thread Tim Renner
Hi Guozhang, Apologies for the delay - had to convert to the new groupBy. The fix got rid of the error. Thanks! Tim

Kafka Streams KTable-KTable Join Error

2016-06-16 Thread Tim Renner
Hi all, I'm trying to do a KTable-KTable join to compute an average within a tumbling window. Here's the KStreams code (I've put a fully working example in a gist: https://gist.github.com/timothyrenner/a99c86b2d6ed2c22c8703e8c7760af3a) KStreamBuilder builder = new KStreamBuilder(); KStream longs