File: README.md

package info (click to toggle)
golang-github-ibm-sarama 1.46.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,032 kB
  • sloc: makefile: 35; sh: 19
file content (20 lines) | stat: -rw-r--r-- 403 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# kafka-producer-performance

A command line tool to test producer performance.

### Installation

    go get github.com/IBM/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