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
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