We are running ZooKeeper in ensemble (Cluster of 3 / 5). With further
investigation, I found that the Connect Exception throws for all "inflight"
producers.
Say we are pushing 50 msg/s to a topic. Stop the leader Kafka for that
topic. Producers are unable to push messages to the Kafka Cluster and
I believe there were some issues with delete topic in 0.8.10 (other correct me
if I am wrong).
Can you try with the most recent release ?
Thanks,
Aditya
From: 马哲超 [mazhechaomaill...@gmail.com]
Sent: Sunday, May 03, 2015 7:51 PM
To: users@kafka.apache.org
I've came accross the same issue with kafka 0.8.10.
2015-05-01 2:51 GMT+08:00 Dillian Murphey :
> I am trying to reproduce this. But if I create a topic, then delete it,
> then re-create it, no leader is getting assigned.
>
> I can still produce/consume messages (via command line, basic testing).
Yes.
On 5/3/15, 10:57 AM, "Chandrashekhar Kotekar"
wrote:
>Thanks a lot for the information. So basically each broker needs to have
>his own public IP address?
>
>
>Regards,
>Chandrash3khar Kotekar
>Mobile - +91 8600011455
>
>On Sun, May 3, 2015 at 11:09 PM, Jiangjie Qin
>wrote:
>
>> You can us
Thanks a lot for the information. So basically each broker needs to have
his own public IP address?
Regards,
Chandrash3khar Kotekar
Mobile - +91 8600011455
On Sun, May 3, 2015 at 11:09 PM, Jiangjie Qin
wrote:
> You can use ELB address as metadata broker list. But you still need to
> allow dire
What do you mean by cluster mode with 3 Zookeeper and 3 Kafka brokers? Do
you mean 1 Zookeeper and 3 brokers?
On 5/2/15, 11:01 PM, "Kamal C" wrote:
>Any comments on this issue?
>
>On Sat, May 2, 2015 at 9:16 AM, Kamal C wrote:
>
>> Hi,
>> We are using Kafka_2.10-0.8.2.0, new Kafka producer and
You can use ELB address as metadata broker list. But you still need to
allow direct traffic from clients to a brokers because clients need to
talk to a specific broker who has the interested partition.
Jiangjie (Becket) Qin
On 5/2/15, 11:10 AM, "Chandrashekhar Kotekar"
wrote:
>Hi,
>
>I am new t