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.logExample2:
go run main.go start --brokers 127.0.0.1:9092 --topic example-topic --interval 2 --count 5 --generateExample3:
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