How to install kafkacat on Fedora
kafkacat is one of my go-to tools when working with Kafka. It’s a producer and consumer, but also a swiss-army knife of debugging and troubleshooting capabilities. So when I built a new Fedora server recently, I needed to get it installed. Unfortunately there’s no pre-packed install available on yum, so here’s how to do it manually.
Note kafkacat is now known as kcat (ref). When invoking the command you will need to use kcat in place of kafkacat.