/kafkamark

Benchmarks for Apache Kafka

Primary LanguagePythonISC LicenseISC

kafkamark

kafkamark is a simple benchmark used to measure the performance of Apache kafka. The benchmark is written in C++ and uses the librdkafka client library.

Dependencies

Required:

Vagrant

A Vagrant configuration is provided which defines a debian jessie VM which includes all necessary build dependencies. If Vagrant is installed, use the following commands to build and enter the VM.

vagrant up
vagrant ssh