kafka-data-generator

command module
v0.0.0-...-ba39d20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2021 License: MIT Imports: 8 Imported by: 0

README

Kafka data generator

Simple data generator to Kafka Topic

Build executable file

go build -o kafka-data-generator

Start generator

Generate 1000 messages in output topic for kafka broker (localhost:9092):

./kafka-data-generator -c 1000 -t output -b localhost:9092

Generate 5000 messages in output topic for kafka broker (localhost:9092) with silent mode:

./kafka-data-generator -c 5000 -t output -b localhost:9092 -s true

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL