Replies: 1 comment 1 reply
-
To make sure I understand the question, you are asking that if you have 3 Strimzi-managed Kafka clusters:
If it is possible for |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to know, when using KafkaMirrorMaker2, its principle should be to use MirrorSourceConnector for data synchronization. Then must the brokers address of the target cluster of the newly created mirrorSourceConnector be the same as the kafka cluster that stores the kafka connect metadata? Because I saw in examples/mirror-maker/kafka-mirror-maker-2.yaml that spec.connectCluster and spec.mirrors.targetCluster are the same, does this mean that if I synchronize from kafka cluster A to kafka cluster C, where kafka connect metadata is stored in kafka cluster B, such a configuration cannot be implemented. It must be ensured that kafka cluster B and kafka cluster C are the same.

Beta Was this translation helpful? Give feedback.
All reactions