Kafka MirrorMaker2 #7889
Unanswered
AEncinas19
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Happy new year for everyone.
I'm trying to deploy a kafka distributed system with 2 kafka clusters in the same k8s cluster in order to have a bidirectional replication (replication active/active). To get this, I've deployed two MirrorMaker2 which I've modificated and deployed from the examples:
So, I've created a topic from one kafka pod of my-cluster and when I try to write in that topic in my-cluster2 I get the following error:
Each kafka cluster has 3 kafka replicas and I created the topic on my-cluster with a replication factor of 3.
Also, when I write in my-cluster, all the messages that I write don't appear when I access from my-cluster2, I only can see the topic but not its body.
Beta Was this translation helpful? Give feedback.
All reactions