-
Hi, I'm managing three EKS clusters running Kafka. I have two MirrorMakers in two different EKS clusters, and one EKS cluster as the target. One MirrorMaker always fails while the other succeeds in syncing. When I restart MirrorMaker-1, MirrorMaker-2 will run successfully, and vice versa. It seems like it doesn't allow me to connect both MirrorMakers to one target simultaneously. When I sync topics, I get the following error. It seems like it doesn't allow me to connect these two MirrorMakers to one target. Topic names are quite similar in the two sources, separated by environment. Please suggest. Thank you.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The error is more or less impossible to read because it seems to be badly formatted. But as you say that you are running multiple MM2s connected to the same target Kafka cluster, did you made sure to follow this: https://strimzi.io/docs/operators/latest/full/deploying.html#con-config-mm2-multiple-instances-str? |
Beta Was this translation helpful? Give feedback.
-
After following your links, the error is gone. However, MirrorMaker replicates only the topics but not the messages, and there are no errors. I'm not sure what I did wrong. |
Beta Was this translation helpful? Give feedback.
The error is more or less impossible to read because it seems to be badly formatted. But as you say that you are running multiple MM2s connected to the same target Kafka cluster, did you made sure to follow this: https://strimzi.io/docs/operators/latest/full/deploying.html#con-config-mm2-multiple-instances-str?