cjmamo / kafka-web-console

A web console for Apache Kafka (retired)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Brokers list page is thowing an exception when keeping chroot empty

essame opened this issue · comments

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.