Hello,
I was wondering if there is any documented way to recover from a zookeeper 
error while retaining Kafka data?
I am developing right now and do not have a redundant zookeeper node. I seem to 
regularly get CRC errors that prevent the zookeeper from starting. The trouble 
shooting section of the zookeeper document indicates that the zookeeper files 
under version-2 should be deleted, BUT after I did this, there were NoNode 
problems in Kafka because the partitions part of the path and individual 
partition numbers were missing. Since it takes some time to regenerate new 
data, I would like be able to recover the zookeeper without losing all the 
messages under my topics.
Any list of steps available to do this? Am I missing a command for this. My 
attempts at creating the nodes in zookeeper manually have been unsuccessful.

Thanks,
Jason

Reply via email to