Migration of zookeeper data #8784
-
Hi. We are running 5-kafka nodes and 3-zookeeper nodes cluster using strimzi (on AKS). Kafka nodes storage is set up correctly using azuredisk, but zookeeper uses azurefile storageclass. Snapshots and logs on zookeeper are being crashed from time to time and we want to migrate our zookeeper to azuredisk storage. Since jbod storage is not provided for zookeeper - it is hard to copy the data and migrate successfully. What path should we take to do the migration (without losing data 😊)? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm afraid that is not completely simple. Assuming you want to avoid downtimes, I guess there are two ways how to do it. The first one is:
The second option might be to:
You should try both of them first in some test environment to double check they work. Its not something what is done / tested regularly. |
Beta Was this translation helpful? Give feedback.
I'm afraid that is not completely simple. Assuming you want to avoid downtimes, I guess there are two ways how to do it. The first one is:
The second option might be to: