juicycleff / ultimate-backend

Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
https://juicycleff.github.io/ultimate-backend-docs
MIT License
2.56k stars 403 forks source link

[Question] Is scoped request now supported by CQRS? #231

Open nathandaly opened 2 years ago

nathandaly commented 2 years ago

Hi there,

Firstly thanks for this repo. Some great inspiration for our own client project. I am working within a monorepo with multi-tenancy in TypeOrm which is pulling database credentials from AWS Secrets Manager.

I want to implement CQRS with Event Sourcing but read this comment: https://github.com/juicycleff/ultimate-backend/blob/master/apps/service-project/src/app.module.ts#L17

Is this still the case?

unckleg commented 2 years ago

Same question for @juicycleff ? Thanks