2016年3月2日

摘要: In Part 1 we used core components in Spring Cloud and Netflix OSS, i.e. Eureka, Ribbon and Zuul, to partially implement our operations model, enabling 阅读全文
posted @ 2016-03-02 23:22 laoniu85 阅读(375) 评论(0) 推荐(0) 编辑
摘要: In this blog post we will create a secure API for external access, using OAuth 2.0, to the microservices we created inPart 1 and Part 2. For informati 阅读全文
posted @ 2016-03-02 21:43 laoniu85 阅读(1981) 评论(0) 推荐(0) 编辑
摘要: 安装rabbitmq 依赖erlang: http://erlang.org/download/otp_win64_18.2.exe 阅读全文
posted @ 2016-03-02 16:09 laoniu85 阅读(371) 评论(0) 推荐(0) 编辑
摘要: turbine主要用于聚合hystrix的监控数据 依赖pom 入口程序 主要是 配置 阅读全文
posted @ 2016-03-02 14:56 laoniu85 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 主要依赖 FeignClient 代码 App入口程序代码及调用FeignClient的代码 测试可发现foo 和 bar 分别调用了foo service 和bar service服务 使用FeignClient可以使当前服务于其他服务更容易的集成 阅读全文
posted @ 2016-03-02 14:49 laoniu85 阅读(3376) 评论(0) 推荐(0) 编辑
摘要: 依赖pom 源代码 模拟服务失败的情况 浏览器调用 foo 展示 defaultFoo 熔断器是一种异常的处理机制 进一步尝试,模拟服务有时成功 有时失败的情况 插入一些日志输出,发现会先调用一下getFoo这个接口,如果出现异常则调用defaultFoo 熔断可能可以设置一些策略,在某些情况下不调 阅读全文
posted @ 2016-03-02 11:10 laoniu85 阅读(1896) 评论(1) 推荐(0) 编辑

导航