Two Strimzi MirrorMaker2 instances with the same target cluster #6630
-
Hello, We would like to replicate topics from 2 different source clusters into one target cluster. The topics are different on each of the source clusters. One instance is running fine. When we apply the second MirrorMaker2 config, pods are up and running but replication is not working. Is it possible to run 2 MirrorMaker2 instances for the same target cluster?
Could you please suggest how to replicate topics from 2 different source clusters into the same target cluster with Strimzi MirrorMaker2 config? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You should be able to have multiple source clusters with single target cluster even in one MM2 resource I think. If you for some reason want two of them, you would need to configure these topics so that each of the MM2 instances is using different ones. That should be possible for the Connect based topics. But not sure about the internal MM2 topics. I think the ability to configure their names were added only recently in Apache Kafka. |
Beta Was this translation helpful? Give feedback.
You should be able to have multiple source clusters with single target cluster even in one MM2 resource I think. If you for some reason want two of them, you would need to configure these topics so that each of the MM2 instances is using different ones. That should be possible for the Connect based topics. But not sure about the internal MM2 topics. I think the ability to configure their names were added only recently in Apache Kafka.