DEV Community

Discussion on: Symfony Messenger component for CQRS applications

Collapse
 
mouke profile image
Mouke

Hello !
I'm working on an app using the same kind of architecture as you are in this example (CQRS with Messenger) and i'm wondering if using the Messenger isn't a bad idea.

I mean, it's great to uncouple your code that way, but what about performances and memory ? I'm concerned that, in the end, that way may cause more harm than good.