This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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