educative.io

Where is the crdt / OT for conflict resolution in the design?

as title says, which component of design is doing the conflict resolution?


Course: Grokking Modern System Design Interview for Engineers & Managers - Learn Interactively
Lesson: https://www.educative.io/courses/grokking-modern-system-design-interview-for-engineers-managers/gkR35nNwJXj

Hi Irving,

The workflow section contains this explanation. Mainly, the operations queue is the component that does conflict resolution. Since the design is complex, we would recommend a re-read.