Sascha-Oliver Prolić
Sascha-Oliver Prolić
I could also imagine building that amqp integration for you. But first of all, I need to do some improvements on the amqp module itself and release 1.0.0 ;-)
For the mongodb adapter: I can also imagine modelling the documents slightly different. Instead of having all events mapped as embedded objects of the aggregate, simply persist all events to...
Great thanks! Two questions come into my mind first: a) Do we make a pure mongodb adapter or a doctrine-mongodb adapter? I really like the abstraction doctrine-mongodb provides! b) MongoDB...
this is an easy fix, wanna provide a PR? On a side-note: This repository currently does nothing at all, it's more a demonstration of how an architecture can look like....
instead of going ``` [ $container->get(CustomerRepository::class), $container->get(OrderLeadRepository::class) ] ``` can we use a AggregateRepository implementation that wraps multiple repository inside itself?
Right, wanna send a PR and remove this line? This configuration is a little older then these latest docker images.
Prooph provides you with everything you need to make it work. What would you expect, or what exactly do you think is missing? On Fri, Oct 25, 2019, 19:11 Arkowsky...
Go ahead, write those docs, and I'm happy to merge. On Fri, Oct 25, 2019, 20:21 Arkowsky wrote: > I mean if you change structure of event e.g. add some...
1. PHP 7.1, definitely yes 2. if you have ideas how to improve it, why not 3. yep 4. no idea currently, i am starting this week with PHP 7.1...
There is no more doctrine migration when symfony bundle is finished. The db tables are created from the projectors instead. On Jul 21, 2017 16:37, "Tobias Berchtold" wrote: > The...