Sascha-Oliver Prolić
Sascha-Oliver Prolić
You can subscribe from the event stream and only publish messages from there. Going this way also allows you to rebuild and start from event 1 again. On Mon, Aug...
I have projectors per use case, not per table. It could be however, that your use case involves one projector per table.
You can dispatch commands from the command handler, thus handling each entry one by one. Another possibility is to use transactions on the event store. On Sun, Dec 6, 2020,...
I would prefer not to inject the repository into the aggregate root. Do it from the outside instead.
OK my bad, looks good to me after quick review On Mon, Aug 3, 2020, 15:33 webDEVILopers wrote: > Actually MergedEmploymentContract is NOT an aggregate root. It's just a >...
You can use a special constructor for this that is marked `@internal`
20 events is not much :)
Rabbit mq support can be expected in first beta the next month. Am 03.06.2016 17:58 schrieb "webDEVILopers" [email protected]: > Thanks for the update @codeliner https://github.com/codeliner ! Really > looking forward...
Currently react compatibility is not on my roadmap, but I'll think about it.
[Amqp extension](https://github.com/prooph/humus-amqp-producer) for [Prooph ServiceBus](https://github.com/prooph/service-bushttps://github.com/prooph/service-bus) is now available. Docs are still missing, but it's already usable.