Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am warawicht on github.
  • I am warawich (https://keybase.io/warawich) on keybase.
  • I have a public key ASAiEZtAE14buSg4QlnnElttbGjZkihKNRgkmcYuy-crCAo

To claim this, I am signing this object:

@warawicht
warawicht / kafka-cheat-sheet.md
Created November 2, 2017 02:51 — forked from sahilsk/kafka-cheat-sheet.md
Apache Kafka Cheat Sheet

Kafka Cheat Sheet

Display Topic Information

$ kafka-topics.sh --describe --zookeeper localhost:2181 --topic beacon
Topic:beacon	PartitionCount:6	ReplicationFactor:1	Configs:
	Topic: beacon	Partition: 0	Leader: 1	Replicas: 1	Isr: 1
	Topic: beacon	Partition: 1	Leader: 1	Replicas: 1	Isr: 1