微服务--服务介绍

Spring Cloud实现对比

Spring Cloud 作为一套标准,实现不一样

Spring Cloud AlibabaSpring Cloud NetflixSpring Cloud 官方Spring Cloud Zookeeper
分布式配置Nacos ConficArchaiusSpring Cloud ConfigZookeeper
服务注册/发现Nacos DiscoveryEureka--Zookeeper
服务熔断SentinelHystrix--
服务调用Dubbo RPCFeign

OpenFeign

RestTemplate

服务路由Dubbo + ServletZuulSpring Cloud Gateway
分布式消息SCS RocketMQ Binder--SCS RabbitMQ Binder
消息总线RocketMQ Bus--RabbitMQ Bus
负载均衡Dubbo LoadBalanceRibbon
分布式事务Seata--
SidecarSpring Cloud Alibaba
Sidecar
Spring Cloud Netflix
Sidecar

1.2.2 常见微服务架构

1. dubbo: (zookeeper +dubbo)(仅能实现治理中心) + SpringMVC/SpringBoot
配套 通信方式: rpc
注册中心: zookeeper/redis
配置中心: diamond

2.SpringCloud: 全家桶+轻松入第三方组件(Netflix)[已闭源,建议不使用]
配套 通信方式: http restful
注册中心: eruka /consul
配置中心: config
断 路器: hystrix
网关: zuul
分布式追踪系统: sleuth + zipkin

微服务常见问题:

1.如何管理:(服务治理,注册中心)nacos

2.如何通讯:(restful rpc dubbo feign)单服务 httpclient("url",参数) springboot resttemplate("url",参数)  springcloud  feign

3.客户端怎么访问:网关(gatway)

4.单服务出问题怎么处理:(容错)熔断降级:sentinel

5.一旦出现问题,如何进行排错(链路追踪)skywoking

应用平均一年宕机时间52分钟,

spring cloud项目创建

父maven项目主要作用:仅用来聚合子maven项目,因此仅选择pom类型

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值