Skip to content

afraprg/kafka-fake-message

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kafka-fake-message

Kafka Fake Message Generator For Test

Example1:

go run main.go start --brokers 127.0.0.1:9092 --topic example-topic --interval 2 --count 5 --file example.log

Example2:

go run main.go start --brokers 127.0.0.1:9092 --topic example-topic --interval 2 --count 5 --generate

Example3:

go run main.go start --brokers 127.0.0.1:9092,127.0.0.1:9093,127.0.0.1:9094 --topic example-topic --interval 2 --count 5 --file example.log

About

Kafka Fake Message Generator For Test

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages