Replies: 1 comment 2 replies
-
Hi @lsoica, yes you are correct that if you've stopped MM2 on cluster B and later want to start it again you should delete the MM2 internal topics on B so as to start fresh. However the MirrorSourceConnector also stores some data in an offset-syncs topic, which by default is in the source cluster, so it would be useful to also clean that up. |
Beta Was this translation helpful? Give feedback.
2 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'm configuring Kafka replication using MirrorMaker 2 (MM2) across two Kubernetes clusters, A and B. Each cluster runs the Strimzi operator and a Kafka server.
I begin by deploying MM2 on cluster B to replicate data from A to B.
For a switchover:
Later, I want to switch back:
At this point, MM2's internal topics on B may be outdated. Should I first remove the MM2 internal topics on B, or is there something I'm missing in my understanding?
Beta Was this translation helpful? Give feedback.
All reactions