Spring Cloud 分布式微服务云架构

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Cloud 分布式微服务云架构相关的知识,希望对你有一定的参考价值。

      分布式、微服务、云架构

JAVA语言开发、跨平台、高性能、高可用、安全、服务化、模块化、組件化、驱动式开发模式

 

commonservice eureka
Netflix

 

云端服务发现,一个基于 REST 的服务,用于定位服务,以实现云端中间层服务发现和故障转移。

 

commonservice config
Spring

配置管理工具包,让你可以把配置放到远程服务器,集中化管理集群配置,目前支持本地存储、Git以及Subversion。

 

Spring Cloud Bus

Spring

事件、消息总线,用于在集群(例如,配置变化事件)中传播状态变化,可与Spring Cloud Config联合实现热部署。

 

Hystrix
Netflix

熔断器,容错管理工具,旨在通过熔断机制控制服务和第三方库的节点,从而对延迟和故障提供更强大的容错能力。

 

 

Feign
OpenFeign

 

Feign是一种声明式、模板化的HTTP客户端。

 

Spring Cloud Task
Spring

提供云端计划任务管理、任务调度。

架构源码来源






以上是关于Spring Cloud 分布式微服务云架构的主要内容,如果未能解决你的问题,请参考以下文章

Spring Cloud分布式微服务云架构构建

Spring Cloud + Spring Boot + Mybatis + shiro + 微服务 企业分布式微服务云架构技术分享

Spring Cloud 分布式微服务云架构

Java版分布式微服务云开发架构 Spring Cloud+Spring Boot+Mybatis

Spring Cloud + Spring Boot + Mybatis + shiro + RestFul + 微服务 企业分布式微服务云架构技术分享

整合spring cloud云服务架构企业分布式微服务云架构