Summarize the various components of spring cloud using

Source: Internet
Author: User
Let's take a holistic look at how the various components of spring cloud work together:

Summarize the various components of spring cloud using


We can see that the various components of spring cloud work together to support a complete micro-service architecture.

Among them, Eureka is responsible for the registration and discovery of the service, which connects the services well.
The hystrix is responsible for monitoring the call situation between services, successive failures for fuse protection.
Hystrix Dashboard,turbine is responsible for monitoring the hystrix of the fuse and giving a graphical display
Spring Cloud Config provides a unified configuration center service
When the configuration file changes, Spring Cloud Bus is responsible for notifying the services to get the latest configuration information
All external requests and services, we are through the Zuul to carry forward, play the role of the API Gateway
Finally, we use Sleuth+zipkin to record all the request data, so that we could perform the subsequent analysis.
Spring cloud has taken into account the features of most Internet company architectures since its inception, such as service discovery registration, Configuration center, message bus, load balancing, circuit breakers, data monitoring, and more. These functions are provided in the form of plug-in, convenient for our system architecture evolution process, we can reasonably choose the components required for integration, so that the evolution of the architecture will be smoother and smoother.
Micro-service architecture is a trend, Spring cloud provides a standardized, all-in-one technical solution, meaning may be comparable to the current servlet specification is born, effectively promote the service side software system technology progress.

Summarize the various components of spring cloud using

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.