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: apps/components_guide_web/lib/components_guide_web/templates/composable_systems/desirable-properties.html.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,17 +74,17 @@ abc
74
74
-*e.g. a Git commit*
75
75
-*e.g. a YouTube video cannot be edited*
76
76
77
-
<h2id=stateless>Stateless</h2>
77
+
<h3id=stateless>Stateless</h3>
78
78
79
79
- Is [Deterministic](#deterministic)
80
-
-*e.g. A Restful
80
+
-*e.g. Restful HTTP GET request*
81
81
82
-
<h2id=idempotent>Idempotent</h2>
82
+
<h3id=idempotent>Idempotent</h3>
83
83
84
-
- e.g. receiving at leastonce events
84
+
-*e.g. At-least-once event delivery*
85
85
- Could use Random identifier in request to record which commands have already been completed
86
86
87
-
<h2id=versioned>Versioned</h2>
87
+
<h3id=versioned>Versioned</h3>
88
88
89
89
- Won't break previous usages
90
90
-*e.g. [Stripe’s API Versioning](https://stripe.com/blog/api-versioning)*
0 commit comments