DanielKneipp / rust-kafka-consumer

Simple example of a kafka consumer written in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kafka consumer in Rust

This is kafka consumer made to be used with this producer. While that project produces messages to a topic, this one reads them. This project is heavily based on this example from rdkafka docs.

To execute it you can use binary directly like this:

./consumer -b <broker-url> -t <topic> -g <group-id>

You can also debug the executable using the target "Debug executable 'consumer'" on vscode.

About

Simple example of a kafka consumer written in rust


Languages

Language:Rust 100.0%