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

Improve concurrency of the event store implementation #109

Merged
merged 1 commit into from
Feb 18, 2018

Conversation

erwinvaneyk
Copy link
Member

Using the go -race tool a couple of issues were discovered with the SubscribedCache. To solve this mutex locks are introduced and functionality is introduced to copy aggregate objects. This allows the updating of objects to be done in a new object, while the old version is still available in the cache to read.

@erwinvaneyk erwinvaneyk merged commit 898158e into master Feb 18, 2018
@erwinvaneyk erwinvaneyk deleted the fes-cache-concurrency branch February 18, 2018 23:05
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