This repo contains a sample application that demonstrates how to make a saga in MassTransit.
First export the dev cert so we can include it in the Docker containers in order to serve HTTPS on localhost
dotnet dev-certs https -ep %USERPROFILE%\.aspnet\https\aspnetapp.pfx -p Passw0rd
dotnet dev-certs https --trust
You can read more about certificates in docker containers in the docs
Next build the demo images and run them in docker-compose.
docker-compose build
docker-compose up -d
Now we book a trip at https://localhost:5005/swagger/index.html