Skip to content
@danube-messaging

Danube Messaging

🌊 Danube Messaging

Danube is an open-source, distributed messaging broker system, built in Rust

Danube aims to be a lightweight yet powerful, secure and scalable messaging platform, suitable for event-driven applications Sub-second dispatch + cloud economics. One broker, two modes: best-effort pub/sub or at-least-once streaming with WAL + object storage.

Documentation Quick Start


⚡ Why Danube?

🌩️ Cloud-Native Stateless Architecture

Zero broker state—metadata in ETCD, data in WAL + S3/GCS/Azure. Scale horizontally in seconds without data migration. Add or remove brokers instantly. Infinite retention without local disk limits. True cloud economics.

🎯 Self-Optimizing Clusters

Intelligent load management continuously monitors broker health and automatically rebalances topics to prevent hotspots. New topics land on the least-loaded broker. Workload changes? The cluster adapts without manual intervention.

🤖 AI-Native Administration

Manage your cluster through natural language with Claude, Cursor, or Windsurf. 32 intelligent tools accessible via Model Context Protocol (MCP), create topics, analyze lag, troubleshoot issues, query metrics, all by conversation. CLI, Web UI, or AI: your choice.

🔥 Two-Speed Dispatch

  • Non-Reliable: Zero persistence, sub-millisecond latency for real-time metrics and live telemetry
  • Reliable: At-least-once delivery with WAL + cloud durability for critical workloads

📋 Built-In Schema Registry

Centralized schema versioning with compatibility enforcement across JSON Schema, Avro, and Protobuf. Prevent schema drift and invalid messages before they reach consumers. Single source of truth for your data contracts.

🔌 Pure Rust Connector SDK

Plug-and-play integrations with MQTT, databases, Kafka, ClickHouse, vector databases, and more. Framework isolated from broker core—build connectors without touching cluster internals.


🏗️ The Danube Ecosystem

  • danube - The messaging broker, a lightweight, cloud‑native messaging platform built in Rust.
  • danube-client - Danube Rust client library (SDK)
  • danube-go - Danube Go client library (SDK)
  • danube-connect-core - Core SDK for building high-performance connectors
  • danube-connectors - Available connectors for Danube Messaging
  • danube-cli - Command-line companion for interacting with Danube messaging system
  • danube-admin - Unified admin tool (CLI + AI/MCP + Web UI)

📚 Learn More


🤝 Get Involved

  • ⭐ Star the repo - Show your support!
  • 🐛 Report issues - Help us improve
  • 💡 Contribute - PRs welcome across all repos
  • 📣 Join discussions - Share ideas and feedback

Built with 🦀 Rust • Designed for ☁️ Cloud • Made for 🚀 Scale

GitHubDocs

Pinned Loading

  1. danube danube Public

    Danube - Distributed Messaging Broker Platform

    Rust 123 3

  2. danube_docs danube_docs Public

    Danube Messaging platform documentation

    1

  3. danube-connect-core danube-connect-core Public

    Danube Connect SDK

    Rust

  4. danube-go danube-go Public

    Go client library for Danube Messaging platform.

    Go 1

Repositories

Showing 9 of 9 repositories

Top languages

Loading…

Most used topics

Loading…