You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MM2 deploys its own Kafka Connect cluster for the different MM2 Kafka Connectors.
The 'KafkaMirrorMaker2' CR describes the name of the KafkaConnect cluster created for the MM2 deployment, and the ' alias' block defines the different Kafka clusters used to create the different workflows.
The ' mirrors' block defines the different workflows and uses the Kafka cluster aliases to connect to them. So, the connections are not done by the KafkaConnect cluster, the connections are done by the MM2 KafkaConnectors deployed in that Kafka Connect cluster.
You could have more details about MM2 Architecture here and here.
In mm2 yaml file you have mentioned the target cluster connect config as target kafka cluster bootstrap server
My question is connect cluster alias should point to a Kafka Connect cluster right since mm2 is abstracted on kafka connect.
I am unable to understand how kafkaconnect should be specified here.
The text was updated successfully, but these errors were encountered: