RE: Kafka usecase

2016-09-19 Thread Ghosh, Achintya (Contractor)
To: users@kafka.apache.org Cc: d...@kafka.apache.org Subject: RE: Kafka usecase Hi Achintya, 1. Kafka can be used as a message store. 2. What is the message arrival rate per second? 3. What is the SLA for the messages to be processed? 4. If your messages arrive

RE: Kafka usecase

2016-09-18 Thread Lohith Samaga M
Hi Achintya, 1. Kafka can be used as a message store. 2. What is the message arrival rate per second? 3. What is the SLA for the messages to be processed? 4. If your messages arrive faster than they are consumed, you will get a backlog of messages. In that case, you

Re: Kafka usecase

2016-09-18 Thread kant kodali
Why does comcast needs to do better than 1-2 seconds? On Sun, Sep 18, 2016 8:08 PM, Ghosh, Achintya (Contractor) achintya_gh...@comcast.com wrote: Hi there, We have an usecase where we do a lot of business logic to process each message and sometime it takes 1-2 sec, so will be Kafka fi