DEV Community

Discussion on: Event Sourcing Pattern

Collapse
 
antoniofalcaojr profile image
Antonio Falcão Jr.

Hi Brian!

Does the GraphQL, Command Bus, and Command Handler are in the same project? Or GraphQL, in your case, is more like a BFF (separate project) that integrate with the Aggregate Root microservice through a message broker (message bus)?

Collapse
 
brianmcoates profile image
Brian

In this project they were in the same project. This was just one of a bunch of microservices that our team manages. We implemented a graphql federation that helped with a lot of developing with graphql.