jorge07 / symfony-6-es-cqrs-boilerplate

Symfony 6 DDD ES CQRS backend boilerplate.
MIT License
1.07k stars 187 forks source link

Replace Broadway #82

Closed jorge07 closed 3 years ago

jorge07 commented 5 years ago

More than a year without broadway release and seems quite out of date.

Options:

rogerguasch commented 5 years ago

Maybe using the new messenger component?

more info:

jorge07 commented 5 years ago

The symfony messenger library is about transport but not about DDD or Event sourcing. BTW the pr for symfony messenger is open and still wip. I really want to see it working

rogerguasch commented 5 years ago

From the official documentation of eventsauce:

The library is focused purely around event sourcing, not full-blown CQRS/ES. If you need that, I recommend checking out Prooph or Broadway. These libraries have a higher level of entry but provide an “everything you need is right here” experience.

rogerguasch commented 5 years ago

and the future of prooph... https://www.sasaprolic.com/2018/08/the-future-of-prooph-components.html

Service-Bus: When it was originally developed, there was no good alternative out there. In the meantime symfony shipped its own messenger component (I looked into it, it looks really great!) and sooner or later, it will probably have more downloads then our famous service-bus implementation.

jorge07 commented 5 years ago

@rogerguasch thanks a lot for all this info. I start thinking in prooph as only real alternative out there

zerai commented 5 years ago

hi!! there is news about the replacement? I mean another question is what kind of implementation?

"Standard prooph implementation" VS "custom prooph implementation"

Full Prooph = EventStore + serviceBus ProophCommon eventSourcing ecc... all deprecated package with 1 year support

Custom Prooph = Only EventStore + (tactician? simpleBus? messenger?)

Lutacon commented 5 years ago

Broadway just tag a new release 2.1

jorge07 commented 5 years ago

Still missing some important features for us like reply events -> https://github.com/broadway/broadway/pull/361

jorge07 commented 5 years ago

At least I guess I'll be able to upgrade to symfony 4.2

Lutacon commented 5 years ago

IIRC with this new release, we could upgrade phpstan and some other packages.

But we should definitely look for a replacement here.

jorge07 commented 4 years ago

Thinking about implement event replay abstraction and snapshots here and close this issue as broadway seems good enough

jorge07 commented 3 years ago

Closing as we haven't found any better