Results 260 comments of webDEVILopers

Thanks for your feedback and mentions on Twitter @mablae ! Looks like we share the same experiences. @prooph actually looks huge - maybe to big for my current projects. But...

Thanks for the update @codeliner ! Really looking forward for a RabbitMQ implementation then!

That's great news guys! Would love to see @Prooph become some kind of de facto standard for my PHP CQRS apps based on Symfony w Hope the docs will be...

Feel free to join the discussion and share your experiences @devsander. Found your question on the DDDinPHP Google Group: * https://groups.google.com/forum/m/#!topic/dddinphp/fmTw3kDZK6s

Feel free to share your recent experiences @patkar.

@enumag The current @prooph event-store-symfony-bundle provides a middleware for the symfony/messenger component (from version 4.3) which handles starting/committing/rolling back a transaction when sending a command to the bus: * https://github.com/prooph/event-store-symfony-bundle/blob/master/doc/messenger.md...

I only used the messenger for commands and queries so far. I'm recently trying to figure out how to make process managers listen to the events fired by the aggregate...

Sorry for the late response @yvoyer . I had to think this through for a while. I really like this approach. But currently each "sign" method has about 20 parameters...

Similar to the questions asked here: * https://github.com/webdevilopers/php-ddd/issues/19#issuecomment-248237414 * https://github.com/webdevilopers/php-ddd/issues/19#issuecomment-256578853 * https://github.com/webdevilopers/php-ddd/issues/34#issuecomment-470514532 With an example of the red book by @VaughnVernon: ``` public Discussion startDiscussionFor( ForumIdentityService aForumIdentityService, Author anAuthor, String...

Thank you so much for this detailled feedback @yourwebmaker. It almost feels like playing poker and you read my hand because the code suggestion is very close to the current...