crabka-broker
Single-node Apache Kafka-compatible broker (MVP).
This crate is part of Crabka, a Rust implementation of Kafka-compatible infrastructure and clients.
Install
= "0.3.2"
For workspace development, use the path dependency from this repository instead.
Usage example
Start a single-node broker with a local data directory:
use SocketAddr;
use ;
# async
Documentation
API documentation is published on docs.rs/crabka-broker. The repository README contains project-wide setup, development, and release notes.
License
Apache-2.0. See the repository LICENSE and NOTICE files for details.