August 2018
Intermediate to advanced
314 pages
8h 9m
English
Because an application is now decomposed into multiple microservices, there is a greater chance of failure because one or more microservices can and probably will fail.
Implementing a microservice-based application should take this into account. A microservice is implemented in such a way that it has a small impact in the case of failure and there is a recovery as soon as possible. As a result, the microservices-based application must be developed with fault tolerance as its goal. Of course, such an implementation increases the complexity of development.
The recovery task is facilitated because of the nature of the microservice. Because it is a small service, it can be created or initialized quickly.
Read now
Unlock full access