Skip to content

Import MirrorMaker 2

MirrorMaker 2 jobs run as a set of connectors on a Kafka Connect cluster. The import flow discovers these connectors, groups them by prefix, validates completeness, and brings the job under suite management.

  1. Log in to the Kafka Mobility Intelligence suite and click Getting Started on the Dashboard.

  2. Select Import Existing Job from the available options.

    Import Existing Job selection screen

  3. Select a Kafka Connect cluster from your registered clusters, or click Add New to register a new Connect cluster.

    Cluster selection for MirrorMaker 2 import

  4. Verify the connection to the selected cluster. The suite confirms connectivity before proceeding.

    Connection verification status

  5. Click Discover Jobs to scan the Connect cluster for active MirrorMaker 2 connectors.

    Discover Jobs button and results listing

  6. The suite lists all discovered connectors and auto-groups them by prefix. Each group displays its connector types.

    Auto-grouped connectors with type indicators

  7. The system validates each group for the required connector set:

    Required ConnectorPurpose
    MirrorSourceConnectorReplicates topic data from source to destination
    MirrorCheckpointConnectorSyncs consumer group offsets between clusters
    MirrorHeartbeatConnectorEmits heartbeat records for replication health monitoring

    A warning is displayed for any group that is missing one or more required connector types.

    Validation warnings for incomplete connector groups

  8. Groups that have already been imported display an “Already Imported” badge to prevent duplicate imports.

    Already Imported badge on a connector group

  9. Select the connector group you want to import and click Next.

    Connector group selection with Next button

  10. Optionally, override auto-grouping by manually selecting individual connectors to form a custom group.

    Manual connector selection for custom grouping

  11. Optionally, import an existing Schema Exporter. Click the Discover Exporters button to list active exporters, select the appropriate exporter, and verify the source and destination schema registries.

    Schema Exporter discovery and selection

  12. Enter a Job Name for the imported migration. Optionally select a Migration Plan to associate with the job.

    Job naming and migration plan selection

  13. Click Import and Start Monitoring to finalize the import.

    Import and Start Monitoring confirmation

  14. The job begins running and appears on the Dashboard. Navigate to the Monitor tab to track replication progress.

    Job running in the Monitor tab

The suite identifies connector groups by extracting the shared prefix from connector names. For example, connectors named us-east-MirrorSourceConnector, us-east-MirrorCheckpointConnector, and us-east-MirrorHeartbeatConnector are grouped under the prefix us-east.

If the automatic grouping does not match your deployment, use the manual selection option in Step 10 to define custom groups.