Skip to content

Connect Clusters

Connect clusters are required when using MirrorMaker 2 or Confluent Replicator as your replication tool. These clusters host the replication connectors that move data between Kafka clusters.

The summary page displays all registered Connect clusters with their validation status. Use the search bar to locate a specific cluster.

Click Add Connect Cluster to open the registration form.

FieldRequiredDescription
Cluster AliasYesA unique name for the Connect cluster.
DescriptionNoOptional description of the cluster.
TagsNoOptional tags for organization.
REST EndpointYesThe URL of the Kafka Connect REST API.

If SSL is enabled on the Connect cluster, provide the certificate file paths as they exist on the Connect cluster host:

FieldDescription
Source Keystore LocationLocation of the keystore file on the source Connect worker.
Source Truststore LocationLocation of the truststore file on the source Connect worker.
Destination Keystore LocationLocation of the keystore file on the destination Connect worker.
Destination Truststore LocationLocation of the truststore file on the destination Connect worker.

Select the authentication method that matches your Connect cluster’s REST API configuration.

No authentication is required for the Connect REST API.

No authentication

After configuring the Connect cluster, click Test Connection to verify that the suite can reach the Connect REST API with the provided credentials.

Connection test failure

Click the three-dot menu on any cluster row and select Edit to modify its configuration. You can also re-test the connection from the edit view.

Connect cluster action menu

Click the three-dot menu and select Delete. A confirmation dialog is displayed before the cluster is removed.

Delete confirmation dialog

Cluster deleted successfully