Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created December 29, 2021 13:28
Embed
What would you like to do?
// 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