Hi everyone, I'm trying to create an active-active deployment of a kafka cluster between two data centers using MirrorMaker2, but I'm facing a problem. In my deployment I have Kafka Connect in both sites which each of them connect to different database using sink and source connectors (MongoDB source connector , JDBC sink/source connector) I’d like to know what’s the best practice for active-active is using Kafka connect , since I noticed the “connect-offsets” topic is not replicated in mm2.
Best regards, Daniel