Skip to content

Commit 835e137

Browse files
authored
Update README.md
1 parent fd19303 commit 835e137

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This repository provides an implementation of the **Saga Distributed Transaction
55
## 🏗️ Architectural Overview
66

77
The **Saga Pattern** breaks a distributed transaction into a series of smaller transactions that are executed in a sequence. If any transaction fails, the Saga Pattern triggers compensating transactions to undo the changes made by previous steps, ensuring **eventual consistency** across the entire system.
8+
![image](https://github.com/user-attachments/assets/6616372a-9d6c-4ec3-8d51-fafdb6611488)
9+
810

911
### Architecture Diagram
1012

0 commit comments

Comments
 (0)