Skip to content

Latest commit

 

History

History

producer-datagen

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

kfk-producer-datagen - Kafka CLI Producer Datagen

cli:producer-datagen:build

The kafka-producer-datagen extends the default ProducerPerformance by combining the data-generation with the library behind Datagen Source Connector.

Install

Brew

Add tap:

brew tap jeqo/tap

Install kfk-producer-datagen:

brew install kfk-producer-datagen

Manual

Find the latest release at: https://github.com/jeqo/kafka-cli/releases

VERSION=0.2.2
wget https://github.com/jeqo/kafka-cli/releases/download/cli-producer-datagen-v$VERSION/kfk-producer-datagen-$VERSION-linux-x86_64.tar.gz
tar xf kfk-producer-datagen-$VERSION-linux-x86_64.tar.gz
mv kfk-producer-datagen-$VERSION-linux-x86_64/bin/kfk-producer-datagen /usr/local/bin/.

How to use

Generate sample message and produce to a topic

asciicast

Check topics and schemas you have access to

asciicast

Generate messages with interval

asciicast

Run performance tests with generated messages

asciicast