Rasmus Mikkelsen
Rasmus Mikkelsen
@minhhungit Hi. I started to PoC importing a huge set of events. Its not ready yet but it might give you an idea. Have a look at #464 and the...
@hvidgaard is it bulk operations of the same read model or 10 different read models? EventFlow does do updates to different read models at the same time, have a look...
Normally it doesn't, I'll have a look this evening
Usually its the RabbitMQ tests that die, this seems a bit odd.
While I do like the cleanup, this change has several braking changes thus we'll have to wait until a major release. While 0.x is technically a beta version, many rely...
Hi @ElmahCore I'm not sure why you would need this as the `UpdateAsync` is currently responsible for fetching the read model as well. Introducing this will break read stores that...
Commands are currently only for aggregates in EventFlow. If you want to use commands for something else you could take a look at [https://github.com/BrighterCommand/Brighter](Brighter) (i haven't used it myself though).
I would make sense to loosen up the restrictions a bit. I do try make sure that EventFlow doesn't impose too many limits on how you would like to implement...
So basically there would be three different cases the command bus would handle 1. Commands for aggregates (find handler, pass aggregate via the update on aggregate store) 1. Commands for...
For the important part is that a clear implementation can be found, one that doesn't have to "forced" into the code base.