Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Current text implies that "redundancy" and "replication" are the same thing. A google search suggests that these two are different concepts. I'm not expert in this but whether you consider them the same or different, should be clearly stated. Unfortunately, neither Principles nor Manifesto have addressed this. I've already created another PR in Reactive Manifesto glossary to address this. Kindly please check that. I edited the current text to minimize the misunderstanding.
Anyway, adding redundancy doesn't always increase resilience / availability. It does so only when redundancy has been implemented properly. Marc Brooker has explained this in two great blog posts:
When Redundancy Actually Helps
Exponential Value at Linear Cost
Here is an excerpt of his post:
I've added a summary of his rules to the text so readers are more informed.