Skip to content

Instantly share code, notes, and snippets.

View junxinzhang's full-sized avatar
🏠
Working from home

junxinzhang junxinzhang

🏠
Working from home
View GitHub Profile
@junxinzhang
junxinzhang / consumer.sh
Created June 13, 2018 09:02 — 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