kafkacat
Metadata List
# Cluster information and topics
kcat \
-b "localhost:9092"
-L
Consume
kcat -C \
-b "localhost:9092" \
-t "my-topic"
# Cluster information and topics
kcat \
-b "localhost:9092"
-L
kcat -C \
-b "localhost:9092" \
-t "my-topic"