Re: Queue implementation

2016-03-29 Thread Vinod Kakad
20 PM, Helleren, Erik wrote: > You could create two instances of the Consumer object, each with a unique > group ID. > > On 3/29/16, 11:10 AM, "Gaurav Agarwal" wrote: > > >I am not aware of any. > > > >On Mar 29, 2016 6:14 PM, "Vinod Kakad" wrot

Re: Queue implementation

2016-03-29 Thread Vinod Kakad
one of the consumer will receive the message at > time. > > Same we can do with other topic and rest of the consumer > > Thanks > Gaurav > On Mar 29, 2016 9:20 AM, "Vinod Kakad" wrote: > > > Can we have multiple topics and multiple consumers but in a queue &g

Re: Queue implementation

2016-03-28 Thread Vinod Kakad
or C4. and same in case of T1. is this possible by any means? Thanks & Regards, Vinod Kakad. On Mon, Mar 28, 2016 at 8:16 PM, Gaurav Agarwal wrote: > If you have consumer group id across multiple consumers then Kafka will > work as queue only . > On Mar 28, 2016 6:48 PM, "

Queue implementation

2016-03-28 Thread Vinod Kakad
Can anybody share any good example(code) for kafka as a queue implementation? Thanks & Regards, Vinod Kakad.

Multiple Topics and Consumer Groups

2016-03-27 Thread Vinod Kakad
Hi, I wanted to know if same consumer can be in two consumer groups. OR How the multiple topic subscription for consumer group works. Thanks & Regards, Vinod Kakad.