ruok | nc -w 1 localhost 2181)"
Is there something else we need to check before the brokers get added.
Thanks,
Mahesh
From: Svante Karlsson
Sent: Wednesday, May 22, 2019 4:31 PM
To: dev@kafka.apache.org
Cc: Rudregowda, Mahesh (Nokia - IN/Bangalore)
Subject: Re: Backup and Restore of kafka broker
You have to get a consistent zookeeper cluster before adding your Kafka
nodes - they will "mirror" the state in zookeeper.
So restore all the files before starting anything. Then start zookeepers
and wait for for it to stabilize. Finally start Kafka nodes. - ( with the
data in place of course.)
Hi All,
We are trying to do a backup of kafka + zookeeper data and restore the same
back for one of our application's use case.
We are taking below steps for the same,
1. Take folder contents back up of data and log directories for kafka and
zookeeper.
2. Delete the kafka zookeepers and brokers