Re: How to use RPC mechanism in Kafka?

2014-09-22 Thread lavish goel
Thank you Svante for response. *Below are some requirements that makes us to consider Message Broker.* 1. We have to handle 30,000 TPS. 2. We need to prioritize the requests. 3. Request Data should not be lost. Thanks Regards Lavish Goel On Mon, Sep 22, 2014 at 4:20 PM, svante

Re: How to use RPC mechanism in Kafka?

2014-09-22 Thread lavish goel
? Is there any workaround in Kafka? If Yes, Please tell me. Thanks Warm Regards Lavish Goel On Mon, Sep 22, 2014 at 3:41 PM, svante karlsson wrote: > Wrong use-case. Kafka is a queue (in normal case a TTL (time to live) on > messages). There is no correlation between producers and con

Re: How to use RPC mechanism in Kafka?

2014-09-22 Thread lavish goel
Regards Lavish Goel On Sat, Sep 20, 2014 at 10:18 PM, Guozhang Wang wrote: > Also you can take a look at the SimpleConsumer and SyncProducer > implementation. > > On Sat, Sep 20, 2014 at 9:47 AM, Guozhang Wang wrote: > >> You can take a look at the protocol wiki to u

Re: How to use RPC mechanism in Kafka?

2014-09-19 Thread lavish goel
i, Sep 19, 2014 at 12:18 PM, lavish goel wrote: > > > Hi, > > > > Please tell me how to use request/response mechanism in kafka? > > Thanks > > Lavish Goel > > > > > > -- > -- Guozhang >

How to use RPC mechanism in Kafka?

2014-09-19 Thread lavish goel
Hi, Please tell me how to use request/response mechanism in kafka? Thanks Lavish Goel