Tansu: An Apache Kafka Compatible API Server written in Rust

less than 1 minute read

Tansu is a GNU AGPL licensed Apache Kafka compatible server written in 100% Rust. The protocol layer is built from JSON message definitions found in Apache Kafka 3.8.0. Using the Apache Kafka CLI tools, we can create topics, produce messages and use the console consumer (fetching and committing the offsets back to Tansu). Tansu is still in early development. Expect breaking changes and bugs.