Modern CLI for Apache Kafka with intuitive commands and rich output
Modern CLI for Apache Kafka
kaf
$ kaf topic list
$ kaf consume my-topic --from-beginning
$ kaf produce my-topic --value 'Hello Kafka'