vietnam-devs / coolstore-microservices

A full-stack .NET microservices build on Dapr and Tye
https://vietnam-devs.github.io/coolstore-microservices
MIT License
2.48k stars 579 forks source link

CQRS and Event Source #28

Closed alexsandro-xpt closed 5 years ago

alexsandro-xpt commented 5 years ago

What did know about an demo implemention with RabbitMQ between some microsservices under CQRS and Event Source?

thangchung commented 5 years ago

@alexsandro-xpt We will have that in next couple of days. Not RabbitMQ, but we gonna use Kafka/Redis for the event bus. The architecture is not CQRS/Event Sourcing yet, it just the event-driven architecture. In meantime, if you want to see how it works, you can access to the demo at https://github.com/cloudnative-netcore/netcorekit/blob/master/samples/TodoApi/Startup.cs

lock[bot] commented 5 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.