Replication Tool
This step covers two decisions: the Schema Linking Tool (when schema migration is enabled) and the Replication Tool for data migration. Both selections determine the infrastructure and configuration options available in subsequent steps.
Schema Linking Tool
Section titled “Schema Linking Tool”When schema migration is enabled, select the tool that will synchronize schemas between the source and destination registries.
The default option. Confluent Schema Linking provides native integration with Confluent Platform and Confluent Cloud, offering continuous synchronization of schema definitions.
Capabilities:
- Continuous, real-time schema sync
- Supports Avro, JSON Schema, and Protobuf formats
- Native integration with Confluent ecosystem

Uses the WarpStream Pipelines API to synchronize schemas. This option requires additional configuration specific to your WarpStream environment.
| Field | Required | Default | Description |
|---|---|---|---|
| Console/API URL | No | https://api.warpstream.com | The WarpStream API endpoint. |
| WarpStream API Key | Yes | Authentication key for the WarpStream Pipelines API. | |
| Virtual Cluster ID | Yes | The identifier of the target WarpStream virtual cluster. | |
| Sync Interval | No | 60 seconds | How frequently schemas are synchronized between registries. |
Click Test Connection to validate the WarpStream configuration before proceeding.

Choose Replication Tool
Section titled “Choose Replication Tool”Select the tool that will replicate topic data from the source cluster to the destination cluster.
| Tool | Description |
|---|---|
| MirrorMaker 2.0 | Open-source, Kafka Connect-based replication. No licensing costs. Suitable for Apache Kafka environments without Confluent Platform. |
| Cluster Linking | Confluent Platform feature providing byte-level replication with minimal latency. Mirror topics are exact replicas of source topics. |
| Confluent Replicator | Enterprise-grade replication with support for topic renaming, message transformations, and active-active architectures. Requires an Enterprise License. |
| WarpStream Orbit | Built-in replication for migrating to WarpStream. Provides offset-preserving replication and consumer group synchronization. |

ACL Sync
Section titled “ACL Sync”An ACL Sync toggle is available when Cluster Linking is selected as the replication tool. When enabled, ACL rules are replicated from the source cluster to the destination cluster alongside topic data.