All stream subscription
Subscribe to all events in the store
EventStoreDB natively supports real-time subscriptions, which will also deliver historical events when you don’t specify the starting position. It makes the product a perfect candidate to support event-sourced systems, as you won’t need to invent things like CDC- or pull-based subscriptions.
Eventuous supports all subscription kinds provided by EventStoreDB:
Subscribe to all events in the store
Subscribe to events from a single stream
Subscribe to event streams using a server-managed subscription.