cjmamo / kafka-web-console

A web console for Apache Kafka (retired)
Apache License 2.0
762 stars 246 forks source link

Brokers list page is thowing an exception when keeping chroot empty #44

Open essame opened 9 years ago

essame commented 9 years ago

Zookeeper connected, but brokers list is empty.

Images attached,

screen shot 2014-12-09 at 17 28 58

screen shot 2014-12-09 at 17 29 27 As you can see calling /brokers.json is throwing an exception. Here is heroku server log.

screen shot 2014-12-09 at 17 35 33

It is worth mentioning that I can see a list of topics, but feed list is always empty as well.

screen shot 2014-12-09 at 17 31 29

screen shot 2014-12-09 at 17 31 52

This is the connection string zk.connect=localhost:2181 from /opt/kafka/config/server.properties.