Open rahul33 opened 5 years ago
Is it possible to use Kafka as QueryBus/CommandBus?
Has anyone implemented Kafka successfully? What was your experience?
I'm currently using Kafka in the microservices transport module, but it lacks the inate typing support that I would like. If I manage to work it into this CQRS pattern, I'll submit a pull request here with my attempt!
Also would like to see kafka examples
Here! I would like to use Kafka with CQRS too
What's the status of this request? Can we use Kafka and Redis for the EventBus or CommandBus respectively? The current default implementations based on memory are not practical for real world usage.
Is it possible to use nest-cqrs but with Kafka for an event bus? Whats your opinion and at high level which pieces of code would I need to work with, for ex - https://github.com/nestjs/cqrs/blob/master/src/event-bus.ts, and?
Thanks!