ne
minute.
Btw, I was checking that the brokers were indeed in the ISR list before
shutting down the leader- but the clients didn't have the metadata
Daniele
-Original Message-
From: Harper Henn
Sent: 29 January 2019 16:45
To: users@kafka.apache.org
Subject: Re: Client doesn
Hi Daniele,
Is it possible that the IP addresses of your brokers change after you start
your server instances again, and the producers can't connect because the
new IPs are not in their configuration? That could also be an explanation
for why the new broker is in the ISR list - I think the brokers
Hi,
I am evaluating Kafka, and I am testing failover of kafka servers.
My problem is, if a server comes back online after being turned off, the client
seems not to notice it.
The setup is:
3 zookeeper instances on boxes A,B,C
2 kafka server instances on boxes A,B
1 client running on the dev mac