Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created December 29, 2021 13:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 1ambda/657728e6f1a99e2cf7ae427378b4c331 to your computer and use it in GitHub Desktop.
Save 1ambda/657728e6f1a99e2cf7ae427378b4c331 to your computer and use it in GitHub Desktop.
// Some code$ kafka-producer-perf-test --topic test-topic --num-records 500000 --record-size 100 --throughput 10000 --producer-props bootstrap.servers=broker:9092
$ ls /var/lib/kafka/data/ | grep test
test-topic-0
$ ls /var/lib/kafka/data/test-topic-0
00000000000000000000.index 00000000000000000000.log 00000000000000000000.timeindex leader-epoch-checkpoint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment