Skip to content

Welcome to Danube Pub/Sub messaging docs

Danube is an open-source, distributed publish-subscribe (Pub/Sub) message broker system developed in Rust. Inspired by the Apache Pulsar messaging and streaming platform, Danube incorporates some similar concepts but is designed to carve its own path within the distributed messaging ecosystem.

Currently, the Danube platform exclusively supports Non-persistent messages. Meaning that the messages reside solely in memory and are promptly distributed to consumers if they are available, utilizing a dispatch mechanism based on subscription types.

We are continuously working on enhancing and adding new features. Contributions are welcome, and you can also report any issues you encounter.

The following crates are part of the Danube workspace:

  • danube-broker - The main crate, danube pubsub platform
  • danube-admin - Admin CLI designed for interacting with and managing the Danube cluster
  • danube-client - An async Rust client library for interacting with Danube Pub/Sub messaging platform
  • danube-pubsub - CLI to handle message publishing and consumption

Danube client libraries

Contributions in other languages, such as Python, Java, etc., are also greatly appreciated.

Articles

⚠️ The messaging platform is currently in active development, so some features might be missing or incomplete. Encourage you to use it with care.