Replies: 2 comments 6 replies
-
|
@scholzj can someone clarify on this . |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@L040639 have you tried using https://strimzi.io/docs/operators/latest/configuring#type-KafkaMirrorMaker2MirrorSpec-reference |
Beta Was this translation helpful? Give feedback.
6 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.
-
We are running kafka active-passive in production, we are trying to work with active-active now , so below are my 2 mm2 configurations for 2 regions to replicate the topics .
I observed that , along with the mirror maker internal topics their replicated topics also created on both clusters side , i have added topics.exclude but still getting these duplications , is this the expected behaviour and the topic.exclude config is correct for the kafka active-active scenario because i want to avoid the internal topics to avoid the infinite loops .
**Example
mirrormaker2-cluster-configs-0
mirrormaker2-cluster-offsets-0
mirrormaker2-cluster-status-0
kafka-cluster.mirrormaker2-cluster-configs-0
kafka-cluster.mirrormaker2-cluster-offsets-0
kafka-cluster.mirrormaker2-cluster-status-0**
**Example
mirrormaker2-cluster-configs-0
mirrormaker2-cluster-offsets-0
mirrormaker2-cluster-status-0
kafka-cluster-dr.mirrormaker2-cluster-configs-0
kafka-cluster-dr.mirrormaker2-cluster-offsets-0
kafka-cluster-dr.mirrormaker2-cluster-status-0**
west to east mm2:
east to west mm2
Beta Was this translation helpful? Give feedback.
All reactions