MirrorMaker2 does not replicate data between clusters #5365
Unanswered
AvihuHenya
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Without any logs, it is hard to say what the problem is. In any case, things such as |
Beta Was this translation helpful? Give feedback.
1 reply
-
Within this subject, I have a few questions:
For example:
Thank you. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Source Cluster:
Strimzi: 0.18.0
Kafka: 2.4.0
KafkaMirrorMaker: 2.4.0
Target Cluster:
Strimzi: 0.19.0
Kafka: 2.4.0
KafkaMirrorMaker: 2.4.0
Currently, I'm trying to test the MirrorMaker2 for DR purposes between two different OpenShift enviroments I have.
Beforehand, I tried to do the same, but between 2 clusters in the same namespaces, and it works well.
As of now, after I configured the MirrorMaker2 and the clusters, when I produce some messages in some topic in the source cluster, the topic doesn't replicate to the target cluster.
The Kafka configuration in both clusters are pretty default.
Kafka Yaml:
KafkaMirrorMaker2 Yaml:
As you can see, I'm connecting to the source cluster via route. In the target cluster (where I deployed the MirrorMaker2), I created a new secret with the same ca cluster certificate of the source cluster.
In addition, the MirrorMaker succeeded in connecting to the target cluster since the 3 topics- configs, offsets and status were created.
Any idea?
Beta Was this translation helpful? Give feedback.
All reactions