微服务之Spring cloud

微服务

Spring cloud

Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g. configuration management, service discovery, circuit breakers, intelligent routing, micro-proxy, control bus, one-time tokens, global locks, leadership election, distributed sessions, cluster state). Coordination of distributed systems leads to boiler plate patterns, and using Spring Cloud developers can quickly stand up services and applications that implement those patterns. They will work well in any distributed environment, including the developer’s own laptop, bare metal data centres, and managed platforms such as Cloud Foundry.

关键字

分布式系统 统一设计模式 标准化服务应用  

Features

Spring Cloud focuses on providing good out of box experience for typical use cases and extensibility mechanism to cover others.

  • 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 

ref

https://mp.weixin.qq.com/s/n9CmpkiGThQbXW6KcGcQVA

https://mp.weixin.qq.com/s/7GZJyFzKx-AdVdGAuzwbXg

https://mp.weixin.qq.com/s/mOk0KuEWQUiugyRA3-FXwg

猜你喜欢

转载自www.cnblogs.com/huilei/p/10168719.html