Spring Cloud是当前流行的微服务框架集合。它为开发者提供了在分布式系统快速建立一些常见的模式的工具(如配置管理、服务发现、断路器、智能路由、微代理,控制总线,一次性令牌,全球锁,领导选举,分布式会话集群状态)。
今天完成了Spring Cloud官方指引的翻译,发表在这里:
1、
学习怎样在Eureka上注册和发现服务
https://knos.top/guides/gs/service-registration-and-discovery/
2、
学习如何从外部集中的源管理应用程序设置
https://knos.top/guides/gs/centralized-configuration/
3、
学习如何使用Netflix Zuul路由和过滤请求到微服务.
https://knos.top/guides/gs/routing-and-filtering/
4、
学习如何使用Hystrix优雅地降级服务
https://knos.top/guides/gs/circuit-breaker/
5、
在不中断客户机的情况下动态地支持向上和向下服务
https://knos.top/guides/gs/client-side-load-balancing/