/RustKafkaExample

Kafka rust - rdkafka - example with a docker-compose file

Primary LanguageRust

Example project using rust Kafka project using the rdkafka crate and tokio

To test run "docker-compose up" and then "cargo run" to see test output

"Message Sent (0, 2) Message Consumed : Hello World, I am testing"

The docker file uses the zookeeper image

rdkafka