hystrix
Here are 379 public repositories matching this topic...
-
Updated
Jun 10, 2020 - Java
-
Updated
Apr 18, 2020 - Java
问题描述
前端项目登陆的时候,报错500。
原因分析
是因为feign获取user的时候,超时,然后走的是降级的代码。
本质就是因为feign请求的时候,超时。
在这个项目里,feign请求超时。
而且,自己写的简单demo ( https://gitee.com/52itstyle/Spring-Cloud-Alibaba.git ), 专门用于测试nacos和feign,也是超时。一模一样的错误。
所以,应该不是这个项目的原因,而是我的电脑(mac),只要是nacos和feign,都是超时。
2020-02-24 20:58:21.938 ERROR [authorization-server,b6ed6d23d9efe8e5,b6ed6d23d9efe8e5,true] 20465 --- [nio-8000-exec-1]
-
Updated
May 23, 2020 - Java
-
Updated
Sep 9, 2019 - Java
-
Updated
Jun 3, 2020 - Go
直接npm i &&npm run dev无法直接跑起项目 ,现在卡在mock模拟初始数据这个块,看配置用的是webpack4 & babel 7 ,找了网上的.babel 7配置
{
"presets": [
["@babel/preset-env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
},
"useBuiltIns": "usage"
}]
],
"plugins": ["transform-vue-jsx","@babel/plugin-syntax-dynamic-import"]
}
目前跑起来,但console报错
-
Updated
Jun 6, 2020 - Java
-
Updated
Jun 24, 2020 - Java
example config error
at https://github.com/cep21/circuit/blob/v3.1.0/v3/example/main.go#L81
circuit.Config{}
should be configured, like
circuit.Config{
General: circuit.GeneralConfig{
OpenToClosedFactory: hystrix.CloserFactory(hystrix.ConfigureCloser{}),
ClosedToOpenFactory: hystrix.OpenerFactory(hystrix.ConfigureOpener{}),
}
right?
-
Updated
Jun 9, 2020 - Java
-
Updated
Mar 24, 2017 - Java
Node provides flags that allow for failing when deprecated functionality is used. There are also flags for printing out deprecation warnings on functionality that will soon be deprecated. Turning on these flags will help us catch issues early that may cause failures in the future.
-
Updated
Nov 19, 2019 - Java
-
Updated
Jan 22, 2020 - Java
Support for log4j2
I'm using log4j2 in my SpringBoot application, excluding logback implementation and logging with tracer doesn't work. It would be nice to support logging with log4j2 .
-
Updated
Jun 24, 2020 - JavaScript
-
Updated
Jul 2, 2020 - Java
-
Updated
Jun 15, 2020 - Java
-
Updated
Jun 6, 2020 - TypeScript
-
Updated
Jun 2, 2020 - TypeScript
-
Updated
Oct 30, 2019 - Java
-
Updated
May 18, 2020 - Java
-
Updated
Jan 11, 2018 - Shell
-
Updated
Oct 16, 2019 - Java
Improve this page
Add a description, image, and links to the hystrix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hystrix topic, visit your repo's landing page and select "manage topics."
英雄招募
成为 Doocs 项目维护者
本项目 advanced-java,包括 Doocs 开源组织下的所有项目,都欢迎各位朋友参与完善。
如果你提交的内容有价值,且具备规范性,将有机会提升为项目的维护者,直接参与项目的 review、merge 等维护工作,提交内容时也可以直接
push
到 doocs/advanced-java 主分支 master 下,无须提交 PR 等待 review。目前 advanced-java 只有 [yanglbme](http