Skip to content

ascandella/kafkabench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

kafkabench

Just playing around with some performance numbers.

Requirements

Kafka 0.8 must be up and running.

$ bin/kafka-create-topic.sh --zookeeper localhost:2181 --replica 1 --partition 1 --topic benchmark
$ go get gopkg.in/Shopify/sarama.v1

Running

$ go run kafkabench.go

About

Simple tool for benchmarking kafka performance in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages