Spring Cloud
Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems.
Introduction to Spring Cloud?
- Why Spring Cloud?
- Problems without Spring Cloud
- Solutions with Spring Cloud
- What is Spring Cloud?
- Spring Boot in nutshell
- Features of Spring Cloud
Spring Cloud Sub-Frameworks
Spring Cloud Config provides server and client-side support for externalized configuration in a distributed system.
Spring Cloud Sleuth provides Spring Boot auto-configuration for distributed tracing.
Spring Cloud Stream is a framework for building highly scalable event-driven microservices connected with shared messaging systems.
Spring Cloud Zookeeper provides Apache Zookeeper integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms.
This project provides OpenFeign integrations for Spring Boot apps through autoconfiguration and binding to the Spring Environment and other Spring programming model idioms.
Spring Cloud Security offers a set of primitives for building secure applications and services with minimum fuss.
Spring Cloud Netflix Eureka provides Netflix OSS integration for Spring Boot app to implement Service Discovery pattern.
Spring Cloud Netflix Circuit Breaker provides Netflix OSS integration for Spring Boot app to implement Client Side Load Balancing pattern.
Spring Cloud Netflix Hystrix provides Netflix OSS integration for Spring Boot app to implement Intelligent Routing pattern.
Spring Cloud Netflix Zuul provides Netflix OSS integration for Spring Boot app to implement Intelligent Routing pattern.