-
I have a Kafka cluster running in k8s and it's deployed as a statefulset. Its not managed by any operator. I want to migrate its data (topics, partitions, messages, etc) to a new Kafka cluster that I am going to deploy using the Strimzi Kafka operator. Any idea on how to perform this is highly appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Jan 13, 2021
Replies: 1 comment 1 reply
-
I guess you have several options. For example:
It is always a bit individual ... depends on your environment, what do you use today, how big outage can you afford etc. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
milon619
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess you have several options. For example:
It is always a bit individual ... depends on your environment, what do you use today, how big outage can you afford etc.