event-store-client
event-store-client copied to clipboard
Subscription to all events
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?
Feel free to submit a pull request that implements that functionality.
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.