event-store-client icon indicating copy to clipboard operation
event-store-client copied to clipboard

Subscription to all events

Open lsem opened this issue 9 years ago • 2 comments

Cannot find facilities for subscription to all events being written to EventStore. In C# official client we have SubscribeToAllFrom(lastCheckpoint, ...) for such purposes.

Are there any alternatives in event-store-client?

lsem avatar Feb 20 '16 13:02 lsem

Feel free to submit a pull request that implements that functionality.

x-cubed avatar Apr 20 '16 21:04 x-cubed

Note: there is now a CatchUpSubscriptions module as of issue #3 but I have stubbed out the "All" version of catch-up subscriptions. The first thing that needs to be implemented is Connection.subscribeToAll. Then someone can go build out the subclass EventStoreAllCatchUpSubscription which is found in the catchUpSubscriptions module.

ZBlocker655 avatar Jun 12 '16 13:06 ZBlocker655