July 2024
Intermediate to advanced
426 pages
9h 51m
English
In modern systems, you may find several microservices interacting with each other. Spring Cloud offers easy-to-deploy components that simplify the interaction and coordination of distributed systems to tackle large-scale application challenges such as scalability, availability, observability, and resilience.
In this chapter, you will learn how to use Spring Cloud components to develop a scalable and resilient distributed system. You will build upon the learnings of the previous chapters and configure security and observability in this Spring Cloud setup. This will help you effectively monitor and troubleshoot your distributed architecture. By the end of this journey, you will know how to design and develop cloud-native applications. ...