Open amazoyer opened 4 years ago
I'm having the same issue. Is there a way to configure the app's bootstrap.servers?
In my case, I was running zookeeper and kafka in docker-compose (on a Mac) and needed to add a kafka-broker
entry to my /etc/hosts: 127.0.0.1 kafka-broker
(where kafka-broker
is the name of my kafka broker container in my docker-compose file).
Hi,
I have an issue with the connection of Kafka-Manager to my Kafka Cluster. I provide the correct ZkHosts and the connection works well. However, I have the following exception in log:
It seems that it cannot reach the broker servers. It makes sense since the brokers that are listed in the Kafka Manager UI are internal addresses that can not be reached from my Kafka-Manager host. I have a feeling that Kafka-Manager had an issue to parse the "brokers" node value of my Zookeeper. The value I have in this node for my Kafka config is:
And Kafka-Manager shows this one in the UI : "internal-host-0:9092", which is not the expected one (I expect 169.12.22.13:19092). Do you think there is a bug in Kafka-Manager parsing method or there is a way to modify Kafka config to make it work with Kafka-Manager?
Thank you,
Aurelien