SpringCloud and alibaba 组件总结
组件 |
简介 |
分类 |
官网 |
笔记 |
备注 |
Eureka |
Eureka is the Netflix Service Discovery Server and Client. |
服务注册中心 |
eureka中文解释:int.(因找到某物,尤指问题的答案而高兴)我发现了,我找到了 |
||
Zookeeper |
ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. |
服务注册中心 |
zookeeper中文解释:n.动物园管理员 |
||
Consul |
Consul is a service mesh solution providing a full featured control plane with service discovery, configuration, and segmentation functionality. |
服务注册中心 |
consul中文解释:n.领事 |
||
Ribbon |
Ribbon is a client-side load balancer that gives you a lot of control over the behavior of HTTP and TCP clients. |
服务调用 |
ribbon中文解释:n.(用于捆绑或装饰的)带子;丝带;带状物; |
||
OpenFeign |
Feign is a declarative web service client. It makes writing web service clients easier. |
服务调用 |
feign中文意思:v.假装,装作,佯装(有某种感觉或生病、疲倦等) |
||
Hystrix |
Netflix has created a library called Hystrix that implements the circuit breaker pattern. |
服务降级 |
hystrix中文意思:n.豪猪属;猬草属;豪猪;豪猪亚属 |
||
GateWay |
Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency. |
服务网关 |
gateway中文意思:n.网关;途径;门道;手段 |
||
Config |
Spring Cloud Config provides server-side and client-side support for externalized configuration in a distributed system. |
服务配置 |
- |
||
Bus |
Spring Cloud Bus links nodes of a distributed system with a lightweight message broker. |
服务总线 |
- |
||
Stream |
Spring Cloud Stream is a framework for building message-driven microservice applications. |
消息队列 |
- |
||
Sleuth |
Spring Cloud Sleuth implements a distributed tracing solution for Spring Cloud. |
服务跟踪 |
sleuth中文意思:n.侦探 |
||
Nacos |
Nacos致力于帮助您发现、配置和管理微服务。 |
服务注册中心、服务配置、服务总线 |
Name + Configuration + Service |
||
Sentinel |
Sentinel是面向分布式服务架构的流量控制组件,主要以流量为切入点,从流量控制、熔断降级、系统自适应保护等多个维度来帮助您保障微服务的稳定性。 |
服务降级 |
sentinel中文意思:n.哨兵 |
||
Seata |
Seata 是一款开源的分布式事务解决方案,致力于在微服务架构下提供高性能和简单易用的分布式事务服务。 |
分布式事务 |
- |
SpringCloud到此学习完成,其他的知识需要在项目中继续探究,撒花花,接下来,打算去学习一下Netty和PB(ProtoBuf)好像也挺有意思的,emmm数据结构和算法也行,最近在B站上有人给我推荐了左神的视屏,哎,好难抉择
作者:彼岸舞
时间:2021\11\15
内容关于:Spring Cloud H版
本文属于作者原创,未经允许,禁止转发