Active active DR with MM2 #4600
Replies: 2 comments 1 reply
-
You should probably read the MM2 docs first. Lot of it is explained for example here: https://strimzi.io/docs/operators/latest/full/using.html#bidirectional_replication_activeactive ... I'm sure even more stuff will be in Kafka docs for example. You should be aslo able to find recordings of conference talks describing how MM2 works. |
Beta Was this translation helpful? Give feedback.
-
Hi Jacob, Went through the document you've shared, but as mentioned for the step 7, we are trying to achieve the DR with active active kafka clusters. In the document, it says there are 2 topics present with same name in cluster1 and cluster2, and they are replicated accordingly to the clusters using MM2. So, please find below the questions that I have:
|
Beta Was this translation helpful? Give feedback.
-
Hi,
We are trying to achieve active active DR with MM2, and below are the steps and observations:
Steps:
and what we are able to consume from topic in ns1, are the messages that were produced to it in step 6)
We need a capability to produce and consume message from the second cluster despite of the topic being created in the first. The idea is say first cluster goes down, we should still be able to produce and consume from the secondary cluster, and after that if secondary cluster goes down, we should be able to produce and consume from the primary cluster.
Please let us know, how can we achieve the active active DR, with the above scenario.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions