spring cloud是一个包括了很多组件的微服务框架,那么当需要讲一下spring cloud的特点时,该怎么讲呢
以下为spring cloud其特点的官方文档原文:
Distributed/versioned configuration
Service registration and discovery
Routing
Service-to-service calls
Load balancing
Circuit Breakers
Global locks
Leadership election and cluster state
Distributed messaging
即:
分布式配置(Config)
服务注册和服务发现(Eureka)
网关(Gateway)
服务调用(Feign)
负载均衡(Ribbon)
熔断器(Hystrix)
全局锁(这个不清楚)
主节点选举和集群状态(不清楚)
分布式消息(猜测是接入mq的组件,消息总线bus?)
欢迎大家补充
后续可能会更新