change according to cgeckstyle

This commit is contained in:
Besok
2019-11-10 13:09:41 +00:00
parent 74c7273381
commit de56cbb971
27 changed files with 817 additions and 706 deletions

View File

@ -1,7 +1,7 @@
---
layout: pattern
title: Saga
folder: Communication
folder: saga
permalink: /patterns/saga/
categories: Behavioral
tags:
@ -43,4 +43,4 @@ Use the Saga pattern, if:
- you can not use 2PC(two phase commit)
## Credits
- [pattern description](https://microservices.io/patterns/data/saga.html)
- [Pattern: Saga](https://microservices.io/patterns/data/saga.html)