Skip to content

Import Replicator

Confluent Replicator jobs can be imported into the suite to leverage monitoring, cutover, and management capabilities for replication tasks that are already running.

  1. Navigate to Getting Started on the Dashboard and select Replicator from the Import Existing Job section.

    Replicator selection in Import Existing Job

  2. Select a Kafka Connect cluster from your registered clusters, or add a new one. The suite connects to the cluster to discover active Replicator tasks.

    Cluster selection for Replicator import

  3. Verify the connection to confirm the suite can communicate with the selected cluster.

    Connection verification for Replicator

  4. Click Discover Jobs to scan the cluster for active Replicator jobs. The suite lists all discovered jobs with their current state.

    Discover Jobs results for Replicator

  5. Select the job you want to import. The suite displays the connector groups associated with the job, including source cluster, destination cluster, and replicated topics.

    Job selection with connector group details

  6. Verify the cluster and schema details. Confirm that the source and destination clusters, along with the topic list, match your expectations.

    Cluster and schema verification

  7. Configure schema migration or skip the schema registry step if your migration does not include schemas.

    Schema registry configuration or skip option

  8. Optionally, import an existing Schema Exporter. Click Discover Exporters to list active exporters, select the appropriate exporter, and verify the source and destination schema registries. This follows the same flow as the MirrorMaker 2 import.

    Schema Exporter discovery for Replicator

  9. Configure consumer group replication options. Enable Offset Translation to translate consumer group offsets from the source format to the destination format, ensuring consumers resume from the correct position after cutover. Enable Consumer Timestamp Interceptor to use timestamp-based offset mapping, which provides more accurate offset translation when source and destination partition counts differ.

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

    Job name and migration plan entry

  11. Click Import and Start Monitoring to complete the import.

    Import and Start Monitoring button

  12. Click Start Monitoring to begin tracking the replication job.

    Start Monitoring confirmation

  13. The job is now visible on the Dashboard. Use the Monitor tab to track replication progress in real time.

    Imported Replicator job on the Dashboard