kafka-benchmark icon indicating copy to clipboard operation
kafka-benchmark copied to clipboard

A tool to run benchmarks on Kafka clusters

Results 6 kafka-benchmark issues
Sort by recently updated
recently updated
newest added

Too many of the dependencies seemed to have moved on, Iwas unable to build with Rust 1.52.0 or 1.23.0. Is there any chance of this being updated? My rust skills...

warning: Using `cargo install` to install the binaries for the package in current working directory is deprecated, use `cargo install --path .` instead. Use `cargo build` if you want to...

Here is output: ``` error[E0599]: no method named `wait` found for type `rdkafka::consumer::MessageStream` | = note: the method `wait` exists but the following trait bounds were not satisfied: `&mut rdkafka::consumer::MessageStream

Compiling kafka-benchmark v0.2.0 (/Users/mesimhad/research/kafka-benchmark) error[E0599]: no method named `send_copy` found for type `rdkafka::producer::BaseProducer` in the current scope --> src/producer/mod.rs:55:10 | 55 | .send_copy::(&scenario.topic, None, Some("warmup"), None, (), None) | ^^^^^^^^^...

Consumer and producer benchmarks were executed on different nodes. The producer benchmark executes fine but the consumer benchmark doesn't halt or show any output. I reduced the message limit but...