Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subscription to all events #2

Open
lsem opened this issue Feb 20, 2016 · 2 comments
Open

Subscription to all events #2

lsem opened this issue Feb 20, 2016 · 2 comments

Comments

@lsem
Copy link

lsem commented Feb 20, 2016

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?

@x-cubed
Copy link
Owner

x-cubed commented Apr 20, 2016

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

@ZBlocker655
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants