GridexX / Monstka-vRUST

This simple repository demonstrates how to consumes and produces messages with Kafka in RUST

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monstka - RUST version

DO Monsta, width=200

This simple repository demonstrates how to consumes and produces messages with Kafka in RUST.

Try it out

You should have cargo, rust and docker installed on your laptop to launch this project. Launch the following commands to try it out.

# Install dependencies
cargo install

# Launch a Kafka container 
docker compose up -d

# Build the project and launch the build
cargo build
cargo run

You can send message to the desired topic thanks to the JavaScript version of this repository.

Author

Written by @GridexX during a sunny day 😶 of May !

About

This simple repository demonstrates how to consumes and produces messages with Kafka in RUST


Languages

Language:Rust 100.0%