微服务方案简介
spring cloud的微服务组件
注册中心:eruka
配置中心:config
断路器:hystrix
网关:zuul/gateway
分布式追踪系统:sleuth + zipkin
服务之间调用:feign + ribbon 所以通讯协议:http restful
spring cloud alibaba的微服务组件
注册中心:nacos
配置中心:nacos
断路器:sentinel
网关:gateway
分布式追踪系统:sleuth + zipkin
服务之间调用:feign + ribbon
微服务方案简介
http://hanqichuan.com/2023/10/10/spring_cloud/微服务方案简介/