会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
天天大傻猫
CnBlogs
Home
New Post
Contact
Admin
Subscription
上一页
1
···
5
6
7
8
9
2018年11月6日
Zuul过滤器和谷歌guava框架实现接口限流
只有注册用户登录后才能阅读该文。
Read More
posted @ 2018-11-06 22:54 天天大傻猫
Views(8)
Comments(0)
Diggs(0)
Edit
使用Zuul过滤器实现登录验证
只有注册用户登录后才能阅读该文。
Read More
posted @ 2018-11-06 14:57 天天大傻猫
Views(5)
Comments(0)
Diggs(0)
Edit
2018年11月5日
如何配置:断路器Dashboard监控仪表盘
断路器Dashboard监控仪表盘:如图 这个东西是怎么配置和访问的呢? 1.加入依赖 2、启动类增加注解 @EnableHystrixDashboard 3、配置文件增加endpoint management: endpoints: web: exposure: include: "*" 4、访问
Read More
posted @ 2018-11-05 14:42 天天大傻猫
Views(146)
Comments(0)
Diggs(0)
Edit
Hystrix降级策略和超时调整
订单服务调用商品服务,商品服务接口需要做一些复杂的安全认证等需要2秒时间超时 produce-server: 这时候订单服务调用商品服务接口会导致超时异常做告警处理,如何解决这问题呢? order-server配置文件设置超时处理,4秒 超时时间调整 hystrix: command: defaul
Read More
posted @ 2018-11-05 10:57 天天大傻猫
Views(757)
Comments(0)
Diggs(0)
Edit
2018年11月4日
熔断降级服务异常报警通知 (使用到Redis)
只有注册用户登录后才能阅读该文。
Read More
posted @ 2018-11-04 14:08 天天大傻猫
Views(8)
Comments(0)
Diggs(0)
Edit
2018年11月2日
Feign结合断路器Hystrix的使用
只有注册用户登录后才能阅读该文。
Read More
posted @ 2018-11-02 11:49 天天大傻猫
Views(5)
Comments(0)
Diggs(0)
Edit
微服务调用时的超时异常,使用feign的时候负载均衡策略的调整
1.超时:比如订单服务order-service调用商品服务product-service的接口: 此接口需要一定的响应时间,调用它的时候会遇到此异常 解决办法,在order-service配置文件application.yml里设置超时时间: 超时配置: 默认optons readtimeout是
Read More
posted @ 2018-11-02 00:29 天天大傻猫
Views(1531)
Comments(0)
Diggs(0)
Edit
2018年11月1日
SpringCloud服务间调用:负载均衡策略调整
比如我创建的一个订单服务:order-service, 要调用我的商品服务product-service里面的接口,默认使用轮询的负载均衡策略 现在我要使用随机分配,如何操作呢? 1.order-service的配置文件application.yml里面修改配置即可: 要指定调用的服务名称produ
Read More
posted @ 2018-11-01 11:46 天天大傻猫
Views(1627)
Comments(0)
Diggs(0)
Edit
2018年10月31日
微服务调用方式ribbon
订单服务(调用方) 调用商品服务 获取商品信息 1、创建order_service项目 2、使用ribbon. (类似httpClient,URLConnection) 启动类增加注解 @Bean @LoadBalanced public RestTemplate restTemplate() {
Read More
posted @ 2018-10-31 16:01 天天大傻猫
Views(1324)
Comments(1)
Diggs(0)
Edit
2018年10月28日
FastJson:Json树的CRUD操作方法实现
准备工作:json字符串 这里使用的springboot下FastJson下的API使用例子: 步骤一:加入依赖 步骤二: parse方法的使用:例如把JSON文本parse为JSONObject或者JSONArray 更多参考:https://www.cnblogs.com/sunp823/p/5
Read More
posted @ 2018-10-28 18:38 天天大傻猫
Views(1487)
Comments(0)
Diggs(0)
Edit
上一页
1
···
5
6
7
8
9
公告