Hystrix : 解决请求会被拒绝和抛出异常并且fallback不会被调用的问题
启动脚本增加参数:-Dserver.tomcat.max-http-header-size=102400增大Hystrix,ribbon的各项参数;hystrix: threadpool: default: coreSize: 5000 #并发执行的最大线程数 50 maxQueueSize: 5000 #BlockingQueue的最大...