saga-orchestration-serverless
saga-orchestration-serverless copied to clipboard
An orchestration-based saga implementation reference in a serverless architecture
Master
Hi folks, I am following the step 1 in the getting started guide: which is the setting up the [IaC](https://github.com/Azure-Samples/saga-orchestration-serverless/blob/main/docs/infrastructure-as-code.md). Having the following error when running the github action: Error:...
I've been going through your example code and I've been wondering about the following. Inside the `TransferCommandProcessor` multiple `CheckingAccountLine` documents are being written to Cosmos via the `CosmosDB`-output binding of...
The current implementation of the [TransferMoney](https://github.com/Azure-Samples/saga-orchestration-serverless/blob/c4cfc84/src/Saga.Functions/Services/Participants/TransferService.cs#L19) function may result in duplicate transfers when a software, hardware, or network error occurs during its execution. Each time the function is invoked by...