Hi Kafka users, I am trying to setup an active-active Kafka setup in docker with 2 MM2 instances. The setup logically looks like the diagram below.
[image: Screen Shot 2020-08-20 at 2.39.13 pm.png] Each MM2 is just copying data from the other kafka cluster and so is unidirectional. Strangely, when I start the setup the MM2 instance which is brough up first works fine but the one later does not copy topics. Also the offsets-sync topic is not created by the MM2 instance brought up later. If I use a single MM2 instance for bidirectional copy it works fine. There are no errors in the logs of MM2 instances. Please let me know what could be wrong here. - Anup