You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-9Lines changed: 21 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,23 +7,33 @@
7
7
<imgsrc=".github/logo.png"width="200">
8
8
</p>
9
9
10
-
The inbox pattern is a popular design pattern that ensures:
10
+
Talking about distributed computers & servers, it is quite normal nowadays to communicate between servers.
11
+
12
+
Unlike a regular conversation though, there's no guarantee the message gets delivered only once, arrives in the right order, or even gets a "got it!" reply.
13
+
14
+
Thus, we have **Inbox Pattern** to help us to achieve that.
15
+
16
+
## What is the Inbox Pattern
17
+
18
+
**The Inbox Pattern** is a popular design pattern in the microservice architecture that ensures:
0 commit comments