基本介绍 Dubbo介绍 Open sourced by alibaba at 2011 Production-tested and prove...
一,背景 随着互联网的发展,网站应用的规模不断扩大,常规的垂直应用架构已无法应对,分布式服务架构以及流动计算架构势在必行,亟需一个治理系统确保架...
分布式服务跟踪: Spring Cloud Sleuth 什么是Sprng Cloud Sleuth 是对一个请求所经过的整个服务链的跟踪,帮助...
消息驱动的微服务: Spring Cloud Stream 1.官方定义: Spring Cloud Stream 是一个构建消息驱动微服务的框...
消息总线: Spring Cloud Bus 1.什么是BUS? spring cloud是按照spring的配置对一系列微服务框架的集成,sp...
分布式配置中心: Spring Cloud Config Spring Cloud Config 是一种用来动态获取Git、SVN、本地的配置文...
API 网关服务: Spring Cloud Zuul Sping Cloud Zuul 是什么? spring cloud zuul是netf...
声明式服务调用: Spring Cloud Feign Spring Cloud Feign 是什么? 之前有spring cloud ribb...
服务容错保护: Spring Cloud Hystrix 1.引出断路器: 在微服务架构中,我们将系统拆分为很多个服务,各个服务之间通过注册与订...