Diego Alvarez 8a56b725ac enables goimports lint | 4 years ago | |
---|---|---|
.. | ||
README.md | 6 years ago | |
main.go | 4 years ago |
A command line tool to test producer performance.
go get github.com/Shopify/sarama/tools/kafka-producer-performance
# Display all command line options
kafka-producer-performance -help
# Minimum invocation
kafka-producer-performance \
-brokers=kafka:9092 \
-message-load=50000 \
-message-size=100 \
-topic=producer_test