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
ark Streaming afterwards? > > Thank you in advance. > > Regards, > Daniela > > > > Gesendet: Mittwoch, 23. März 2016 um 09:42 Uhr > Von: "Manikumar Reddy" > An: "users@kafka.apache.org" > Betreff: Re: Topics in Kafka > Hi, > > 1. Based

Aw: Re: Topics in Kafka

2016-03-23 Thread Maria Musterfrau
    Gesendet: Mittwoch, 23. März 2016 um 09:42 Uhr Von: "Manikumar Reddy" An: "users@kafka.apache.org" Betreff: Re: Topics in Kafka Hi, 1. Based on your design, it can be one or more topics. You can design one topic per region or one topic for all region devices. 2. Yes, you n

Re: Topics in Kafka

2016-03-23 Thread Manikumar Reddy
Hi, 1. Based on your design, it can be one or more topics. You can design one topic per region or one topic for all region devices. 2. Yes, you need to listen to web socket messages and write to kafka server using kafka producer. In your use case, you can also send messages using Kafka Re