博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Zuul Read Time out 错误
阅读量:6607 次
发布时间:2019-06-24

本文共 766 字,大约阅读时间需要 2 分钟。

只改application.yml文件即可:

eureka:  client:    serviceUrl:      defaultZone: http://localhost:7087/eureka/server:  port: 7089spring:  application:    name: service-zuulzuul:  max:    host:      connections: 1000000  host:    maxTotalConnections: 6000000    maxPerRouteConnections: 600000  routes:    api-a:      path: /dbmeta/**      serviceId: service-dbmeta    api-b:      path: /kylin/**      serviceId: c4i-storeribbon:  ReadTimeout: 6000000  ConnectTimeout: 6000000  MaxAutoRetries: 0  MaxAutoRetriesNextServer: 1hystrix:  command:    c4i-store:      execution:        timeout:          enabled: true        isolation:          thread:            timeoutInMilliseconds: 6000000            ribbon:              ReadTimeout: 600000              ConnectTimeout: 600000

 

转载地址:http://vtfso.baihongyu.com/

你可能感兴趣的文章
centos6.5 安装nginx
查看>>
生成若干个不重复的随机数数组
查看>>
topcoder srm 465 div1
查看>>
多伦多大学 - 学习编程:写出高质量的代码
查看>>
C语言 scanf()和gets()函数的区别
查看>>
密码学===网站的安全登录认证设计
查看>>
如何检测域名是否被微信屏蔽 微信域名检测接口API是如何实现
查看>>
WPF与WinForm开发有什么区别?
查看>>
POJ1611-The Suspects
查看>>
ROS学习之ShadowRepository
查看>>
Spring 中 ApplicationContext 和 BeanFactory 的区别
查看>>
3.28Day09函数
查看>>
Linux Makefile 生成 *.d 依赖文件及 gcc -M -MF -MP 等相关选项说明【转】
查看>>
Linux下安装Python-3.3.2【转】
查看>>
STL杂记
查看>>
LeetCode OJ:Merge Two Sorted Lists(合并两个链表)
查看>>
功能测试
查看>>
Rust的闭包
查看>>
【BZOJ 1901】Dynamic Rankings
查看>>
阿里架构师都在学的知识体系
查看>>