Aw: Re: Re: Topics in Kafka

2016-03-23 Thread Maria Musterfrau
Uhr Von: "Manikumar Reddy" An: "users@kafka.apache.org" Betreff: Re: Re: Topics in Kafka Hi, you can have single topic with multiple partitions. It looks like you have messages with key=region and value=sensor reading, and you want to run some aggregate, windowing opera

Re: Re: Topics in Kafka

2016-03-23 Thread Manikumar Reddy
Hi, you can have single topic with multiple partitions. It looks like you have messages with key=region and value=sensor reading, and you want to run some aggregate, windowing operations by time. Kafka Streams is perfect fit for this use case. On Wed, Mar 23, 2016 at 2:30 PM, Maria Musterfrau