kafkactl

CLI tool for managing and interacting with Apache Kafka clusters

brewmacoslinux
Try with needOr install directly
Source

About

CLI for managing Apache Kafka

Commands

kafkactl

Examples

List all topics in a Kafka cluster$ kafkactl get topics
Describe a specific topic with detailed information$ kafkactl describe topic my-topic
Consume messages from a topic$ kafkactl consume my-topic