Skip to content

gvangeel/masstransit-saga-demo

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •