Is possible replicate data between onpremise Kubernetes kafka cluster and Azure kuberenetes cluster? #7497
Answered
by
scholzj
ohuarte-matrix
asked this question in
Q&A
-
I need to deploy two strimzi kafka clusters, the first in on-premise kubernetes and the second in azure kubernetes Is possible replicate data between on-premise kafka and azure kafka ? I think it is possible, but i din't before Many thanks for your help |
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Oct 19, 2022
Replies: 1 comment 1 reply
-
You cannot replicate the data in the Kafka's meaning of replication. You can mirror them between the two clusters using MirrorMaker (probably witht he newer Mirror Maker 2). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ohuarte-matrix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You cannot replicate the data in the Kafka's meaning of replication. You can mirror them between the two clusters using MirrorMaker (probably witht he newer Mirror Maker 2).