Hi Robin - Thanks for the information. We are checking that option.
However, is there any other way to handle this use case just using out-of-box Kafka connect to connect two Kafka clusters (Source and Target) without MirrorMaker?
This is what MirrorMaker is. It’s literally out of the box.
Kafka Connect is the integration/execution framework, and MirrorMaker is the connector that implements it – both are part of Apache Kafka.
Thanks Robin. got it.
On another note, since we are using confluent Kafka connect, can we use confluent replicator as well to replicate data from Source Kafka cluster to Target cluster which is Azure Event Hub ? basically, just trying to capture possible options here before we finalize the approach.
The reason is that Azure Event Hub is another implementation of the Kafka Protocol by Azure. While it has been proven that Replicator could work with Event Hub, this is not a tested nor supported setup