Client SDKsRustHow-to guidesEvents Store
Events Store Examples
Persistent pub/sub examples for KubeMQ Events Store in Rust: replay, consumer groups, and time-based subscriptions.
Persistent pub/sub with replay, consumer groups, and time-based subscriptions.
Events Store getting started →
Persistent Pub/Sub
Publish and subscribe to persistent events with replay
Cancel Subscription
Cancel an active events store subscription
Consumer Group
Load-balanced persistent event delivery
Replay from Sequence
Start reading from a specific sequence number
Replay from Time
Start reading from a specific wall-clock time
Start at Time Delta
Start reading from a relative time offset
Start from First
Replay all events from the beginning
Start from Last
Start from the most recent event
Start New Only
Receive only newly published events
Stream Send
High-throughput persistent event publishing via stream
Was this page helpful?