This guide outlines the steps to establish a bidirectional link between two Confluent Kafka clusters: one designated as 'public' (inbound) and the other as 'private' (outbound).
- Confluent Cloud CLI installed and configured.
- Access to two Confluent Cloud clusters with necessary permissions for link creation.
Modify the configuration files (bidirectional-inbound.config
and bidirectional-outbound.config
) in the link-configs
directory.
Edit the cluster_link_vars.sh
file with the appropriate environment and cluster details.
Run the public_create_inbound_only_cl.sh
script to establish the inbound link.
Run the private_create_outbound_only_cl.sh
script to set up the outbound link.
- Make sure to run the scripts in the order provided to properly configure the bidirectional link between the clusters.
- Ensure that the API keys and secrets provided have the necessary permissions to perform the operations.