eShopOnContainers
eShopOnContainers copied to clipboard
- [x] Store data on incoming `UserCheckoutAcceptedIntegrationEvent` and publish event to trigger saga - [x] Add timeout in saga and upon receiving timeout, publish `GracePeriodConfirmedIntegrationEvent` - [x] Receive `OrderStockRejectedIntegrationEventHandler` inside...
Regular iterative development of the project is cumbersome within Visual Studio. Connections often get lost to containers or Rabbit and intermittent errors arise sometimes requiring the project to be restarted...
## PoA - [ ] NServiceBus - [ ] Routing configuration - [ ] Add snippets from the solution to illustrate how it's configured - [ ] Describe - [...
Instead of copying the message classes between the various services, something similar can be achieved without creating a shared message assembly - use Linked Files to have a single copy...