Kafka Table of Topics
A quick TUI for grasping the message ingestion rate in your topics.
This is not a Kafka swiss army knife like kcat, kaf, kcli or zoe. But it does one thing that those don't(?) do: Display a graph of message throughput!
Of course, a proper cluster setup would have some kind of monitoring architecture that would give you this information (e.g. based on the prometheus/jmx_exporter). But if you encounter a clusterfuck, you wish for an easy alternative that doesn't require restarting your brokers, when just the normal kafka listeners are sufficient.
This repo is a spin-off of light-kafka-exporter.