As we know, in a distributed system we have to take into account more complexity and deal with its fallacies. Since several moving parts could potentially be broken or be unreachable, we must design upfront our application with resiliency in mind, to minimize the impact of bad events and continue operating. Dapr gives us out-of-the-box features that allow our applications to handle temporary failures. All we have to do is to create a YAML file where we define policies and targets. Policies are how we want to handle errors: Timeout, to terminate operations...