Kafkacat Quick Reference
Contents Produce Consume List Topics Read Messages From File Generate a Test File of Messages Read the Last n Messages from Partition n kafkacat is a useful tool for working with Kafka brokers. It’s quick and very simple to use. This is a cheatsheet of some useful commands. Produce $ echo “foo” | kafkacat -b […]