Advertisement Β· 728 Γ— 90

Posts by Dan Rusei

Security - Danube Messaging Lightweight, cloud-native messaging platform built in Rust. Sub-second dispatch with cloud economics powered by WAL + Object Storage.

πŸ”’ Danube v0.11.0 is out : open-source Rust messaging now with full security:
* JWT auth
* RBAC with default-deny
* scoped permissions (cluster β†’ namespace β†’ topic)
* admin CLI for managing it all

πŸ“– danube-docs.dev-state.com/concepts/sec...
πŸš€ github.com/danube-messa...

#Rust #OpenSource

1 week ago 1 0 0 0
Preview
Releases Β· danube-messaging/danube Danube - Distributed Messaging Broker Platform. Contribute to danube-messaging/danube development by creating an account on GitHub.

🌊 Danube Messaging v0.10.0 released!

Reliable dispatch now handles failures:
β€’ Consumer NACK with retry backoff
β€’ Configurable failure policies per subscription
β€’ Poison message handling: DLQ, Drop, or Block

github.com/danube-messa...

#rust #messaging #opensource

2 weeks ago 1 0 0 0
Persistence & Storage - Danube Messaging Lightweight, cloud-native messaging platform built in Rust. Sub-second dispatch with cloud economics powered by WAL + Object Storage.

Danube v0.9.0 is out!

Rebuilt persistent storage: local WAL + pluggable durable backend (local, shared FS, S3/GCS/Azure).
Topics move between brokers with full offset continuity.

Zero-config mode: `danube-broker --single-node`

danube-docs.dev-state.com/concepts/per...

#rust #opensource #pubsub

3 weeks ago 1 0 0 0
Replacing ETCD with Embedded Raft in a Distributed Message Broker Danube is an open-source distributed messaging platform written in Rust. Until recently, it depended on etcd, an external distributed key-value store, for all cluster metadata: topic assignments, name...

Replaced etcd with embedded Raft in Danube Messaging using openraft + redb.
No external metadata service, simpler ops, faster failure detection.

danrusei.github.io/posts/migrat...

#OpenSource #DistributedSystem #PubSub #Streaming

1 month ago 0 0 0 0
Preview
GitHub - danube-messaging/danube-java: Java client library for Danube Messaging platform. Java client library for Danube Messaging platform. - danube-messaging/danube-java

πŸš€ danube-java v0.2.0 is out!

Official Java client for Danube Messaging, built on Java 21 virtual threads (Project Loom) with a reactive Flow.Publisher API.

πŸ“¦ com.danube-messaging:danube-client:0.2.0
github.com/danube-messaging/danube-java

#OpenSource #Java #streaming #pubsub

1 month ago 2 1 0 0
Preview
GitHub - danube-messaging/danube-py: Python client library for Danube Messaging platform. Python client library for Danube Messaging platform. - danube-messaging/danube-py

πŸš€ Announcing danube-client. The official Python async client for Danube Messaging!

βœ… Async/await with asyncio
βœ… Schema Registry (JSON, Avro, Protobuf)
βœ… Partitioned topics & reliable dispatch
βœ… TLS, mTLS, JWT auth

github.com/danube-messaging/danube-py

#Rust #Python #OpenSource #Messaging

2 months ago 2 0 1 0
Preview
GitHub - danube-messaging/danube_helm: Helm Charts for Danube Pub/Sub Messaging Helm Charts for Danube Pub/Sub Messaging. Contribute to danube-messaging/danube_helm development by creating an account on GitHub.

Danube Messaging now has Helm templates πŸš€
Kubernetes setup is now much easier.
github.com/danube-messa...

Docs: danube-docs.dev-state.com/getting_star...

#Kubernetes #Helm #OpenSource #PubSub #streaming

2 months ago 1 0 0 0
Preview
GitHub - danube-messaging/danube-go: Go client library for Danube Messaging platform. Go client library for Danube Messaging platform. Contribute to danube-messaging/danube-go development by creating an account on GitHub.

🌊 Danube β€” lightweight cloud-native messaging in Rust. Sub-second pub/sub & durable streaming.

danube-go v0.4.0 shipped! πŸš€

⭐ Schema Registry β€” register, version & validate JSON Schema, Avro, Protobuf with compatibility checks.

github.com/danube-messaging/danube-go

#golang #opensource #messaging

2 months ago 2 0 1 0
Preview
Releases Β· danube-messaging/danube Danube - Distributed Messaging Broker Platform. Contribute to danube-messaging/danube development by creating an account on GitHub.

🌊 Danube Messaging v0.7.2 is out! 🌊

βš™οΈ Broker: dispatcher refactor & background subscription cleanup for lower latency.
πŸ¦€ Client: unified retry logic, explicit state machines for topic producer / consumer. schema improved ergonomics

πŸ”— github.com/danube-messa...

#Rust #OpenSource #Messaging

2 months ago 1 0 0 0
Advertisement
Preview
Release Release v0.7.1 Β· danube-messaging/danube v0.7.1 - 2026-02-02 πŸŽ‰ AI-Native Cluster Management Danube now integrates with AI assistants via Model Context Protocol (MCP), enabling natural language cluster management. We've also consolidated a...

πŸŽ‰ Danube v0.7.1: AI-native cluster management! πŸ€–

Manage your messaging cluster with natural language through Claude, Windsurf, etc.

40+ tools, 7 guided workflows, zero learning curve.

πŸ“– dev-state.com/posts/ai_nat...

πŸš€ github.com/danube-messa...

#Rust #AI #CloudNative #OpenSource #MCP

2 months ago 1 0 0 0
Preview
GitHub - danube-messaging/danube: Danube - Distributed Messaging Broker Platform Danube - Distributed Messaging Broker Platform. Contribute to danube-messaging/danube development by creating an account on GitHub.

πŸš€ Danube v0.7.0 is here!
a lightweight, cloud‑native, scalable platform built in Rust

✨ New: Automated rebalancing, intelligent load distribution, container-aware monitoring.

πŸ“– github.com/danube-messa...
πŸ“– danube-docs.dev-state.com/architecture...

#Rust #Messaging #CloudNative #OpenSource

2 months ago 1 0 0 0
From Webhooks to Databases: A Real-Time Data Journey with Danube Connect Building resilient data pipelines shouldn’t require rebuilding your entire infrastructure. Imagine this: You’re building a payment processing system. Stripe sends webhooks for every transactionβ€”succee...

Danube Connect provides a batteries-included connector ecosystem for Danube Messaging.

dev-state.com/posts/danube...

#OpenSource #CloudNative #rustlang

3 months ago 0 0 0 0
Danube Messaging Lightweight, cloud-native messaging platform built in Rust. Sub-second dispatch with cloud economics powered by WAL + Object Storage.

πŸš€ Danube Messaging v0.6 drops with Schema Registry!

New features:
- Centralized schema management with versioning
- Backward/Forward/Full compatibility modes
- JSON Schema, Avro, Protobuf support

Docs: danube-docs.dev-state.com
GitHub: github.com/danube-messa...

#messaging #rust #opensource

3 months ago 1 0 0 0
Setting Up Danube Go Client with Message Brokers on Kubernetes In this article, I’ll guide you through the steps to use the Danube Go client library to interact with Danube PubSub messaging brokers running on a Kubernetes cluster hosted locally. Here’s a diagram ...

#golang client for the Danube Pub/Sub messaging platform written in #rust .

dev-state.com/posts/danube...

1 year ago 0 0 0 0
Preview
GitHub - danrusei/gobot-bsky: Bluesky Bot library in Go Bluesky Bot library in Go. Contribute to danrusei/gobot-bsky development by creating an account on GitHub.

A #Go lib to create #bsky bots

2 years ago 0 0 1 0

Hello to Bluesky, the coolest open social network

2 years ago 0 0 0 0
Go Programming Language Build simple, secure, scalable systems with Go

Hello to Go on Bluesky

2 years ago 1 0 0 0
Golang

Golang

Gobot-bsky - a simple golang lib to write Bluesky bots

2 years ago 5 0 1 0
Advertisement