Large Enterprise Distributed Micro Service Cloud Architecture service component
Achieve modularity, microservices, Atomicity, grayscale publishing, continuous integration
Commonservice Eureka
Netflix
Cloud service discovery, a REST-based service for locating services to enable mid-tier service discovery and failover in the cloud.
Commonservice Eureka
Netflix
Cloud service discovery, a REST-based service for locating services to enable mid-tier service discovery and failover in the cloud.
Spring Cloud Bus
Spring
event, message bus, used to propagate state changes in a cluster (for example, configuration change events), which can be combined with Spring Cloud config for hot deployment.
Hystrix
Netflix
fuses, fault-tolerant management tools, designed to control the nodes of services and third-party libraries through a fusing mechanism, providing greater fault tolerance for latency and failure.
Spring Cloud Task
Spring
Provide cloud planning task management, task scheduling.
Ribbon
Netflix
Provides load balancing in the cloud with a choice of load balancing strategies to match service discovery and circuit breaker usage.
Turbine
Netflix
Turbine is a tool that aggregates server sends event stream data to monitor the metrics situation of hystrix under cluster.
From now on, I will record the process and the essence of the recently developed Springcloud micro-service cloud architecture, and help more friends who are interested in developing the Spring cloud framework, hoping to help more good scholars. Let's explore how the Spring cloud architecture is built and how it can be used in enterprise projects. SOURCE Source
Detailed steps to build a distributed cloud architecture for Spring Cloud MicroServices