Hello,
I am using @nestjs/cqrs package and I would like to use redis/kafka or any other pubsub for the CQRS EventBus.
Is it possible?
This is not docummented (https://docs.nestjs.com/recipes/cqrs) and the only ressources I found were obsolete.
Documentation | NestJS - A progressive Node.js framework
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).