cruise-control icon indicating copy to clipboard operation
cruise-control copied to clipboard

Collected 0 metrics for 0 brokers

Open vinaykumar1997 opened this issue 2 years ago • 0 comments

My kafka runs on SSL, and my port is 9093 so i have put the below configuration, but still i am getting the same error Collected 0 metrics for 0 brokers

Config:

metric.reporters=com.linkedin.kafka.cruisecontrol.metricsreporter.CruiseControlMetricsReporter cruise.control.metrics.reporter.security.protocol=SSL cruise.control.metrics.reporter.ssl.truststore.location=/kafka/ssl/ca-cert.jks cruise.control.metrics.reporter.ssl.truststore.password=changeit cruise.control.metrics.reporter.bootstrap.servers=0.0.0.0:9093 cruise.control.metrics.reporter.ssl.keystore.location=//kafka/ssl/ssl/kafka.jks cruise.control.metrics.reporter.ssl.keystore.password=pwd cruise.control.metrics.reporter.ssl.key.password=pwd

can someone help me on this

vinaykumar1997 avatar Sep 20 '22 05:09 vinaykumar1997