You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by "Narala, Ravi" <Ra...@Level3.com> on 2012/06/27 17:43:05 UTC

N instances of ConsumerConnector

Hi,
How do I create or start multiple instances of consumer connector with a different "groupid" value.

Thanks

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


Re: N instances of ConsumerConnector

Posted by Jun Rao <ju...@gmail.com>.
Call Consume.createJavaConsumerConnector(config: ConsumerConfig) multiple
times and each time feed a config with a different groupid.

Thanks,

Jun

On Wed, Jun 27, 2012 at 8:43 AM, Narala, Ravi <Ra...@level3.com>wrote:

> Hi,
> How do I create or start multiple instances of consumer connector with a
> different "groupid" value.
>
> Thanks
>
> Ravi Narala
> Web Services & Integration
> Level 3 Communications
> 200 Office Galleria Center
> Southfield, MI 48035 US
> p: 248-436-9324
> e: ravi.narala@level3.com<ma...@level3.com>
>
>