mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-14 03:54:21 +00:00
docs: fix CAP theorem acronym resolution (#1644)
The `P` in `CAP` stands for network partition tolerance (see https://en.wikipedia.org/wiki/CAP_theorem).
This commit is contained in:
parent
b742166af5
commit
ae32ef8830
@ -20,7 +20,7 @@ This information is then passed to **command validation** for processing of the
|
|||||||
- Transaction safety is a MUST
|
- Transaction safety is a MUST
|
||||||
- Availability MUST be high
|
- 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
|
### Component Spooler
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user