cjmamo / kafka-web-console

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

Cannot see graphs showing consumer offset and lag history #56

Open bsunrita opened 9 years ago

bsunrita commented 9 years ago

Hi,

I was able to run the application but unable to see the graphs showing consumer offset and lag history. I tried Kafka Topics -> Clicked on one of the Topic row -> Blank Page comes up.

Also, my Topic feeds are also empty.

Update:: I figured that OffsetPoint table is never getting the data, because the insert to this table is failing! Though I don't see any error in the log. I am using MYSQL as Database.