Skip to content

Instantly share code, notes, and snippets.

View ykcai's full-sized avatar
🏂
Snowboarding

Michael Cai ykcai

🏂
Snowboarding
View GitHub Profile
@ykcai
ykcai / benchmark-commands.md
Last active November 18, 2019 20:58 — forked from ueokande/benchmark-commands.md
Kafka Benchmark Commands

Benchmark commands

Topic Setup

kafka-topics \
  --bootstrap-server cp-kafka.kafka:9092 \
  --create \
  --topic part-1-rep-1 \
 --partitions 1 \