-
Notifications
You must be signed in to change notification settings - Fork 11
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
Not working with one stream for all #34
Comments
Hi! I think I'm hitting this too. I recently introduced multiple aggregate types in one stream and noticed some snapshotters are not running. I have created a patch that seems to solve it. But as this package is deprecated (and my patch isn't backwards compatible) what are the changes this would get merged and released? The gist of it is; instead of CustomerRepository accepting a single aggregateRepository and multiple types I tweaked it into accepting multiple repositories. SnapshotReadModelFactory
and the changed the persist method to try all repositories SnapshotReadModel::persist
|
instead of going
can we use a AggregateRepository implementation that wraps multiple repository inside itself? |
See prooph/proophessor-do#158
The text was updated successfully, but these errors were encountered: