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