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

Publish events directly to subscriptions #93

Merged
merged 3 commits into from
Dec 5, 2017

Conversation

slashdotdash
Copy link
Member

@slashdotdash slashdotdash commented Dec 5, 2017

Don't reorder events using the Publisher process, just send them directly to subscriptions and have them handle out-of-order events.

This simplifies event publishing, especially when Event Store is run distributed on a cluster.

Doesn't attempt to reorder events since each subscription can handle out-of-order events by falling back to fetching from storage.

This simplifies the `Publisher` and removes a potential error where the process misses an event and cannot recover.
@slashdotdash slashdotdash merged commit d0cb7d2 into master Dec 5, 2017
@slashdotdash slashdotdash deleted the feature/publisher-notify branch December 5, 2017 11:27
slashdotdash added a commit that referenced this pull request Dec 5, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant