Hi
Any update?
On Fri, Oct 16, 2015 at 12:33 PM, Kiran Singh wrote:
> Hi Stevo
>
> I have 3 broker in my kafka cluster.
>
> On Fri, Oct 16, 2015 at 12:21 PM, Stevo Slavić wrote:
>
>> Hello Kiran,
>>
>> Check how many brokers you have in the cluster. Consumer offsets topic
>> requires by defaul
Hi Stevo
I have 3 broker in my kafka cluster.
On Fri, Oct 16, 2015 at 12:21 PM, Stevo Slavić wrote:
> Hello Kiran,
>
> Check how many brokers you have in the cluster. Consumer offsets topic
> requires by default at least 3. In dev environment you could lower
> replication factor for that topic
Hello Kiran,
Check how many brokers you have in the cluster. Consumer offsets topic
requires by default at least 3. In dev environment you could lower
replication factor for that topic (see broker config options).
Kind regards,
Stevo Slavic.
On Fri, Oct 16, 2015, 07:31 Kiran Singh wrote:
> Hel
Hello
I am trying to use ConsumerConnector API. But if i used
("offsets.storage","kafka") property
"createJavaConsumerConnector" function will hang. And I removed this, API
work fine.
I am using kafka_2.10-0.8.2.2.jar
Is there any issue or I am missing any thing.
Thanks
Kiran Singh