cjmamo / kafka-web-console

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

Can't get any brokers or topics listed #34

Closed jpotter closed 9 years ago

jpotter commented 9 years ago

We're not able to see anything listed under Brokers or Topics on kafka-web-console. We have two zookeeper nodes in the data center and they show up fine, but the info under the other tabs is just blank.

There's no logging being produced, either, so I'm not even sure how to debug this.

Suggestions?

Thanks!

-Jeff

Some additional info that might help shed some light:

screen shot 2014-09-10 at 4 20 49 pm screen shot 2014-09-10 at 4 22 06 pm

And, in zookeeper, we have plenty of data.

... ├── kafka │ ├── address_book │ │ ├── partition_0 │ ├── apns │ │ ├── partition_0 │ ├── admin │ │ ├── delete_topics │ ├── consumers │ │ ├── kafkaspout │ │ │ ├── offsets │ │ │ │ ├── address_book │ │ │ │ │ ├── 3 │ │ │ │ │ ├── 2 ...

jpotter commented 9 years ago

Also, this is running under a play dist -- I built kafka-web-console.kafka-web-console-2.1.0-SNAPSHOT.jar from a recent download of the github repo, but we were seeing the issue with the latest released version as well.

ibanner56 commented 9 years ago

Your chroot should be the root directory for all your kafka zookeeper entries, which in this case looks to just be 'kafka,' not the aws region your zk instance is running in.

jpotter commented 9 years ago

Thanks, Isaac -- it looks like the issue was leading/trailing slashes. Our chroot needed to be "us-west-2/kafka", NOT "/us-west-2/kafka". It's working now, finally! Much appreciated.

harshv2 commented 9 years ago

Hi,

I'm unable to connect, status is always connecting!! Could anybody help me? Am i missing anything?

screen shot 2015-03-31 at 4 44 35 pm