From ae32ef8830f7975e109dd1b0214e6077bb45accb Mon Sep 17 00:00:00 2001 From: Patrik Date: Thu, 22 Apr 2021 12:54:42 +0200 Subject: [PATCH] docs: fix CAP theorem acronym resolution (#1644) The `P` in `CAP` stands for network partition tolerance (see https://en.wikipedia.org/wiki/CAP_theorem). --- docs/docs/concepts/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts/architecture.md b/docs/docs/concepts/architecture.md index 7178be2e83..b9f0783dba 100644 --- a/docs/docs/concepts/architecture.md +++ b/docs/docs/concepts/architecture.md @@ -20,7 +20,7 @@ This information is then passed to **command validation** for processing of the - Transaction safety is a MUST - Availability MUST be high -> When we classify this with the CAP theorem we would choose **Consistent** and **Available** but leave **Performance** aside. +> When we classify this with the CAP theorem we would choose **Consistent** and **Available** but leave **Partition Tolerance** aside. ### Component Spooler