Splitting an app into microservices can allow teams to iterate quickly on features without blocking each other. But microservices bring new challenges, such as committing consistent updates across multiple services.
In a distributed world, preventing failure is not an option. Instead, we need strategies for mitigating failure. In today’s episode, guest chef Andrzej Krzywda joins us to demonstrate one such strategy: the Saga pattern. Enjoy!