gateway-main
and one underlying Kafka cluster clusterA
.
You’ll first need to configure the Gateway to use the multiple clusters. Create a file cluster-config.yml
with the configuration for the clusters you have created, like so:
cluster-config.yaml
file in the Gateway container using the configuration GATEWAY_BACKEND_KAFKA_SELECTOR
:
clusterA
as the underlying Kafka cluster. You can configure it in Console:clusterA
, e.g.:
clusterA
<clusterA_kafka_bootstrap_server>:9092
SASL_SSL
PLAIN
org.apache.kafka.common.security.plain.PlainLoginModule required username="<clusterA_api_key>" password="<clusterA_api_secret>";
gateway-main
Gateway cluster and a clusterA
Kafka cluster, we can create a Partner Zone that connects to the clusterA
Kafka cluster as the backing cluster.
gateway-main
.clusterA
.metadata status
can have one of these values: