dotnet-architecture / News

News on .NET Architecture Guidance, eShopOnContainers and all the reference apps in dotnet-architecture
MIT License
1.1k stars 79 forks source link

eShopOnContainers with NServiceBus is available #4

Open CESARDELATORRE opened 6 years ago

CESARDELATORRE commented 6 years ago

The Particular Software guys forked Microsoft's eShopOnContainers and created a version using NServiceBus for the asynchronous communication between microservices. It shows many NServiceBus features working together. Check it out: https://github.com/Particular/eShopOnContainers

It also provides cool visualization tools of the integration events, like this:

image