Skip to content

kafkacat

Metadata List

# Cluster information and topics
kcat \
  -b "localhost:9092"
  -L

Consume

kcat -C \
  -b "localhost:9092" \
  -t "my-topic"