Want to create an interactive transcript for this episode?
Podcast: Software Engineering Daily
Episode: Modern Distributed Applications with Stephan Ewen
Description: A major challenge with creating distributed applications is achieving resilience, reliability, and fault tolerance. It can take considerable engineering time to address non-functional concerns like retries, state synchronization, and distributed coordination. Event-driven models aim to simplify these issues, but often introduce new difficulties in debugging and operations.
Stephan Ewen is the Founder at Restate which aims to simplify modern distributed applications. He is also the co-creator of Apache Flink which is an open-source framework for unified stream-processing and batch-processing.
Stephan joins the show with Sean Falconer to talk about...