You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.
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:
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.
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.
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.
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:
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
...
The text was updated successfully, but these errors were encountered: