HomeAdvisor / Kafdrop

Kafka UI and Monitoring Tool
Apache License 2.0
398 stars 163 forks source link

topics ending with .json not displayed properly #16

Open on-delete opened 7 years ago

on-delete commented 7 years ago

If you want to view a topic that ends with .json (localhost:9000/topics/example.json), the server serves no website with the topic overview as expected. It shows the data as json formatted string. This could be caused by the wrong content-type (application/json).

screenshot

michael-pratt commented 7 years ago

This is a known issue and the fix can be found on this branch:

https://github.com/HomeAdvisor/Kafdrop/tree/json_topic_fix

We have a story internally to fix this and will push up to master once it has been fixed and passed QA (no ETA at this time).