Client SDKsRustHow-to guidesEvents
Events Examples
Real-time fire-and-forget pub/sub examples for KubeMQ Events in Rust: channels, subscribers, and streaming sends.
Real-time fire-and-forget pub/sub: channels, subscribers, and streaming sends.
Basic Pub/Sub
Subscribe to a channel and publish a single event
Cancel Subscription
Cancel an active event subscription at runtime
Consumer Group
Load-balanced event delivery across a consumer group
Multiple Subscribers
Fan-out delivery to multiple independent subscribers
Stream Send
High-throughput publishing via a persistent gRPC stream
Wildcard Subscription
Subscribe to multiple channels using wildcard patterns
Was this page helpful?