Varun 25aedae6c3 fixed declaration dependencies and other lint issues (#1743) | vor 4 Jahren | |
---|---|---|
.. | ||
README.md | vor 6 Jahren | |
main.go | vor 4 Jahren |
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