Thanks for the quick response. So basically I need assign a consumer thread for 
each group separately.

Ravi Narala
Web Services & Integration
Level 3 Communications
200 Office Galleria Center 
Southfield, MI 48035 US
p: 248-436-9324
e: ravi.nar...@level3.com

-----Original Message-----
From: Neha Narkhede [mailto:neha.narkh...@gmail.com] 
Sent: Monday, June 25, 2012 4:59 PM
To: kafka-users@incubator.apache.org
Subject: Re: Consumer Group

Ravi,

You can start n instances of the ZookeeperConsumerConnector, each with a 
different "groupid' value.

Thanks,
Neha

On Mon, Jun 25, 2012 at 1:42 PM, Narala, Ravi <ravi.nar...@level3.com> wrote:
> So here is my use case.
>
> I have 1 producer that is going to send the same message to multiple 
> consumers.
>
> I need to have each consumer in its own consumer group. I want to make sure 
> that the same message is received by each consumer.  What do I have to do?
>
> Thanks,
>
> Ravi Narala
> Web Services & Integration
> Level 3 Communications
> 200 Office Galleria Center
> Southfield, MI 48035 US
> p: 248-436-9324
> e: ravi.nar...@level3.com
>
> -----Original Message-----
> From: Neha Narkhede [mailto:neha.narkh...@gmail.com]
> Sent: Monday, June 25, 2012 4:30 PM
> To: kafka-users@incubator.apache.org
> Subject: Re: Consumer Group
>
> Ravi,
>
> You cannot. One instance of a consumer belongs only to a single consumer 
> group.
>
> Thanks,
> Neha
>
> On Mon, Jun 25, 2012 at 1:26 PM, Narala, Ravi <ravi.nar...@level3.com> wrote:
>> How do I specify multiple consumer groups in consumer. properties ?
>>
>> Thanks,
>>
>> Ravi Narala
>> Web Services & Integration
>> Level 3 Communications
>> 200 Office Galleria Center
>> Southfield, MI 48035 US
>> p: 248-436-9324
>> e: ravi.nar...@level3.com<mailto:ravi.nar...@level3.com>
>>

Reply via email to