Skip to content

Instantly share code, notes, and snippets.

@huyxdong
huyxdong / webdev_online_resources.md
Created August 2, 2022 06:08 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)
@huyxdong
huyxdong / kafka-cheat-sheet.md
Created September 28, 2023 15:31 — 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