NServiceBus Saga Tutorials - Integration

preview_player
Показать описание
The need for orchestration of a business process arises quickly when integrating with third parties. We'll frequently need to call a third-party service, and then depending on the result, kick off a new process locally, or perhaps even turn around and call a different third party. We can't sit around passively waiting for events to float by to decide what needs to happen next. We need a process to take charge and execute several steps of a business process in a coordinated fashion.

In this tutorial, we'll learn how to orchestrate this type of business process using an NServiceBus saga. We'll also see how we can react to failures from one or more of our third-party services.

Build better microservices with NServiceBus!
------------------------------------------------------------------------


#dotnet #microservices #software
Рекомендации по теме
Комментарии
Автор

Thank you! Finally found someone that actually explained Saga short and precise.

QuickZ_