Skip to content

Instantly share code, notes, and snippets.

View ImKunYoung's full-sized avatar

ImKunYoung ImKunYoung

View GitHub Profile
@ImKunYoung
ImKunYoung / kafka-cheat-sheet.md
Created September 19, 2023 00:56 — forked from ursuad/kafka-cheat-sheet.md
Quick command reference for Apache Kafka

Kafka Topics

List existing topics

bin/kafka-topics.sh --zookeeper localhost:2181 --list

Describe a topic

bin/kafka-topics.sh --zookeeper localhost:2181 --describe --topic mytopic

Purge a topic

bin/kafka-topics.sh --zookeeper localhost:2181 --alter --topic mytopic --config retention.ms=1000

... wait a minute ...

@ImKunYoung
ImKunYoung / terminal-cheat-sheet.txt
Created September 19, 2023 00:55 — forked from cferdinandi/terminal-cheat-sheet.txt
Terminal Cheat Sheet
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help