Topics in Kafka

2016-03-23 Thread Maria Musterfrau
Hi I am new and I have a question regarding Kafka. I have devices in different regions. Every device opens a websocket connection when it gets active and it sends its messages over the opened websocket connection to a server. My question is: is every region a topic or is every websocket connect

Aw: Re: Topics in Kafka

2016-03-23 Thread Maria Musterfrau
eed 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 Rest Proxy from confluent. http://docs.confluent.io/2.0.1/kafka-rest/docs/index.html On Wed, Mar 23, 2016 at 1:59 PM, Maria Musterfrau wrote: > Hi &g

Aw: Re: Re: Topics in Kafka

2016-03-23 Thread Maria Musterfrau
tions by time. Kafka Streams is perfect fit for this use case. On Wed, Mar 23, 2016 at 2:30 PM, Maria Musterfrau wrote: > Hi, > > Thank you for your reply. > > I would like to cluster the values (every message contains one value) > after their region and to add the values up in