Data migration from confluence Kafka cluster to Strimzi kafka Cluster #8053
prateekkohli21
started this conversation in
General
Replies: 1 comment 13 replies
-
Mirror Maker would normally be the right option. Reusing the PVs would highly depend on what data they store on which path, what was the configuration, what permissions the data have, and so on. It might be possible if you can make the Confluent PVs look like the Strimzi PVs. Then you can just create new PVCs with the Strimzi names which would bind the PVs and re-use them. But you would need to check how much they differ. It is certainly not something that works out of the box. |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a confluent kafka cluster installed on my kubernetes cluster. I need to upgrade it to Strimzi.
What are the ways to transfer data? I know using MM2 is an option, but is there a way to transfer all the data through pvc migration, i.e. I can just reuse the pvc created in confluent kafka and mount it inside Strimzi kafka.
Beta Was this translation helpful? Give feedback.
All reactions