kaf

Modern CLI for Apache Kafka with intuitive commands and rich output

brewmacoslinux
Try with needOr install directly
Source

About

Modern CLI for Apache Kafka

Commands

kaf

Examples

List all topics in a Kafka cluster$ kaf topic list
Consume messages from a topic starting from the beginning$ kaf consume my-topic --from-beginning
Produce a message to a topic$ kaf produce my-topic --value 'Hello Kafka'