Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 880 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 880 Bytes

Masstransit Saga Demo

Description

This repo contains a sample application that demonstrates how to make a saga in MassTransit.

Saga process flow

Scheme

Building and running the code

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