I'm trying to raise a kafka exporter however, this error is giving
FATA[0000] Error Init Kafka Client: kafka: client has run out of available brokers to talk to (Is your cluster reachable?) source="kafka_exporter.go:655"
I'm using this command on the docker
docker run -ti --rm -p 9308:9308 danielqsj/kafka-exporter --kafka.server=kafka:9094
my cluster settings is as follows