Lecture

Eventual Consistency: Principles of Reactive Programming

Description

This lecture covers the concept of eventual consistency in distributed systems, contrasting it with strong and weak consistency models. It explains how eventual consistency allows for updates to propagate over time, ensuring that all reads return the last written value. The instructor discusses the implementation of an eventually consistent store using actors in Scala, emphasizing the importance of suitable data structures like CRDTs. An example data structure, the cluster membership state, is presented as a convergent data type with conflict resolution mechanisms. The lecture provides insights into the challenges of achieving eventual consistency in distributed systems.

About this result
This page is automatically generated and may contain information that is not correct, complete, up-to-date, or relevant to your search query. The same applies to every other page on this website. Please make sure to verify the information with EPFL's official sources.