Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ <h5>A Note on Conflict Resolution in Multi-Leader Replication</h5>
Multi-leader replication does introduce data conflicts, but because our app only has a single user, our conflicts are kept at a minimum. Versioning the database and defaulting to "last write wins" will suffice for now (in complex scenarios, we could also opt for manual conflict resolution).
</p>

<h4>Final Infrastructuree</h4>
<h4>Final Infrastructure</h4>
<p>Our final application infrastructure might look something like this:</p>

<img src="img/multi-leader.png" alt="final data structure" class="img-fluid tm-img-tn smaller">
Expand Down