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

Separate event from storage #26

Merged
merged 3 commits into from
Oct 25, 2017
Merged

Conversation

tomasaschan
Copy link
Owner

No description provided.

Tomas Lycken added 3 commits October 25, 2017 19:28
Before, it was pretty awkward to get a hold of both the metadata of an
event (timestamp, version etc) and the actual payload, because the payload
was stored in serialized form on the metadata wrapper.

With this change, the storage type of the event is separated from the
metadata container, making it easier to create state projections that
use the metadata as well as the payload.
@tomasaschan tomasaschan merged commit c8feaac into master Oct 25, 2017
@tomasaschan tomasaschan deleted the separate-event-from-storage branch October 25, 2017 17:42
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.

None yet

1 participant