Start and Stop Jobs
Once a migration job reaches the Configured status, it can be started. Running jobs can be stopped at any time to terminate replication.
Starting a Job
Section titled “Starting a Job”Click Start on a configured job to initiate the migration. The behavior depends on the selected replication tool:
| Replication Tool | Startup Behavior |
|---|---|
| MirrorMaker 2 | A connector is created on the designated Kafka Connect cluster. The connector begins consuming from the source and producing to the destination. |
| Replicator | A connector is created on the designated Kafka Connect cluster. Replication begins based on the configured task count and topic selections. |
| Cluster Linking | The cluster link is activated between source and destination. Mirror topics begin receiving data. |
| WarpStream Orbit | An Orbit agent is created and begins replicating data to the WarpStream virtual cluster. |
When schema migration is enabled, the Schema Exporter starts alongside the replication tool to synchronize schemas between registries.
Metrics collection begins immediately, and the job status transitions from Configured to Running.


Stopping a Job
Section titled “Stopping a Job”Click Stop on a running job to terminate replication. The suite performs the following steps:
- Validates the job ID and current state.
- Stops the active replication process (connector, cluster link, or Orbit agent).
- Releases associated resources on the Connect cluster or WarpStream environment.
- Provides a confirmation message with the final state of the job.
The job status transitions from Running to Stopped.

