Skip to content

Commit ca14ec5

Browse files
committed
docs: add saga
1 parent 083f992 commit ca14ec5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ Transactional outbox can be done using synchronous calls, the broker is not bias
6565

6666
In a good way, each bounded context in a micro-service architecture should have its own Relay. In the demonstration monolith, I decided to limit myself to one.
6767

68+
### Saga
69+
70+
The project uses a saga with choreography and a registrar. The registrar is capable of rolling back transactions in case of failure.
71+
6872
### Important
6973

7074
This is not a production ready solution!

0 commit comments

Comments
 (0)