With the volume of communication that can happen between different components in cloud-native applications, it is vital to not only test functionality, but also service resiliency.
Which statement is true with regards to service resiliency?
Implement resilient applications:
Resiliency is the ability to (recover) from failures and continue to function.It isn't about avoiding failures but accepting the fact that failures will happen andresponding to them in a way that avoids downtime or data loss.Thegoal of resiliencyis toreturn the application to a fully functioningstateafter a failure.
https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/
Currently there are no comments in this discussion, be the first to comment!