Kafka Control Center is not showing topic names, Active Controller Details when we connect multiple kafka clusters in the single control center.
But cluster overview page is working fine.
Here are the configurations i have provided to send metrics of second cluster to main cluster control center:
- name: CONFLUENT_METRICS_REPORTER_BOOTSTRAP_SERVERS
value: SSL://kafka-ccc-cp-kafka-headless:9093
- name: CONFLUENT_METRICS_REPORTER_SECURITY_PROTOCOL
value: SSL
- name: CONFLUENT_METRICS_REPORTER_SSL_TRUSTSTORE_LOCATION
value: /etc/kafka/secrets2/kafka.server.truststore.jks
- name: CONFLUENT_METRICS_REPORTER_SSL_TRUSTSTORE_PASSWORD
valueFrom:
secretKeyRef:
key: broker.truststore.password
name: kafka-ccc-kafka-ssl-secret
- name: CONFLUENT_METRICS_REPORTER_SSL_KEYSTORE_LOCATION
value: /etc/kafka/secrets2/kafka.server.keystore.jks
Here
- name: CONFLUENT_METRICS_REPORTER_BOOTSTRAP_SERVERS
value: SSL://kafka-ccc-cp-kafka-headless:9093
is the main cluster where the control center is and am sending metrics to that cluster. Its able to connect to that cluster and getting overview page and no of topics and other details which is in overview page. But when i click Topics -> its not showing topic names and topic names are blank.
is the main cluster where the control center is and am sending metrics from secondary cluster(kafka-test) to that cluster. Its able to connect to that cluster and getting overview page and no of topics and other details which is in overview page. But when i click Topics -> its not showing topic names and topic names are blank.