birdayz/kaf: Modern CLI for Apache Kafka, written in Go.
kaf --version. Add a local Kafka with no auth. kaf config add-cluster local -b localhost:9092. Select cluster from dropdown list. kaf config select-cluster. Describe and List nodes. kaf node ls. List topics, partitions and replicas. kaf topics. Describe a given topic called mqtt.messages.incoming. kaf topic describe mqtt.messages.incoming. List ...