anujc4 / kafka_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Benchmark Kafka Publisher via Ruby Clients

A simple set of ruby scripts to benchmark performance of kafka when a set of messages are immediately published to kafka rather than batching them in the client

Run the following command in terminal

docker-compose up
./runner

Output

alt text

Results

ruby-kafka 247.329ms (fastest) waterdrop 276.325ms rdkafka 10283.635ms (slowest)

About


Languages

Language:Ruby 100.0%