-
Do you have a saga implementation planned?
-
I know this project is no longer being maintained, but the readme includes a link to a live demo. The link is now an expired domain that has been turned into an ad farm. If there is no active live dem…
-
Fig 7.7 would benefit from using some UML notation for how the dependencies are implemented. The current diagram, at first glace, seems to indicate that the Application layer would have a dependency…
-
As stated in the beginning of the page: `use domain events to explicitly implement side effects across multiple aggregates` and also the purpose of domain events is to notify that something has alread…
-
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/maste…
-
https://substack.com/@systemdesignone/note/c-54451197
-
i need a saga example , more formal example :)
-
-
**Is your feature request related to a problem? Please describe.**
Yes, right now distributed data indexation is impossible and we still need to implement complex query building patterns in order to …
-
Add all the messages that need to be sent from the Client to the Server.
- UpdatePlayerAction
- Player Id?
- NewPlayerName
- Player Status (Spectating, Active)
- StartGameAction
…