You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: