RE: Backup and Restore of kafka broker with zookeeper

2019-05-22 Thread Rudregowda, Mahesh (Nokia - IN/Bangalore)
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

Re: Backup and Restore of kafka broker with zookeeper

2019-05-22 Thread Svante Karlsson
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.)