Want to create an interactive transcript for this episode?
Podcast: Software Engineering Daily
Episode: Temporal Product: Managing State with Ryland Goldstein
Description: Microservice architecture has become very common over the past few years because of the availability of containers and container orchestrators like Kubernetes. While containers are overall positive for scaling apps and making them more available, theyβve also introduced hurdles like persisting data and state, and container restarts or pod failures. Development teams put significant work into designing applications that take these hurdles into account because without precautions you can lose valuable data or crash your app.Β The company Temporal provides tools for both building complex microservices as well as for apps that use microservices. They use 2 pri...