Categorygithub.com/psy-core/saramatoolskafka-producer-performance
package
1.26.2
Repository: https://github.com/psy-core/sarama.git
Documentation: pkg.go.dev

# README

kafka-producer-performance

A command line tool to test producer performance.

Installation

go get github.com/Shopify/sarama/tools/kafka-producer-performance

Usage

# 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