redpanda

Crates.ioredpanda
lib.rsredpanda
version0.5.0
sourcesrc
created_at2022-12-11 02:44:04.732258
updated_at2023-01-08 18:46:11.069029
descriptionA crate for interacting with Redpanda Message Brokers
homepage
repositoryhttps://github.com/DayOfThePenguin/redpanda-rs
max_upload_size
id734137
size53,708
Colin Dablain (DayOfThePenguin)

documentation

README

Redpanda-rs

Rust crate for interfacing with Redpanda message brokers.

Built on top of the librdkafka C library and its rust bindings.

Provides a layer of abstraction to make using Redpanda (and other Kafka-like) message brokers easier in Rust.

docker exec -it redpanda-0 bash

Change segment size:

rpk topic alter-config <topic> --set segment.bytes=<segment_size> rpk topic alter-config simple --set segment.bytes=1000000

Start local Redpanda and MinIO cluster

docker compose up

Check the broker status on Redpanda Console

http://localhost:8080

References

librdkafka docs:

Commit count: 26

cargo fmt