Skip to content

Instantly share code, notes, and snippets.

View archongum's full-sized avatar
😀

Archon archongum

😀
View GitHub Profile
@archongum
archongum / consumer.sh
Created December 3, 2018 08:12 — forked from dongjinleekr/consumer.sh
Kafka benchmark commands
## Consumer Throughput: Single consumer thread, no compression
## Consumer Throughput: 3 consumer thread, no compression
bin/kafka-consumer-perf-test.sh --topic benchmark-3-3-none \
--zookeeper kafka-zk-1:2181,kafka-zk-2:2181,kafka-zk-3:2181 \
--messages 15000000 \
--threads 1