-
### Question
Hi everyone.My project built by shenyu-bootstrap,When the client frequently calls the interface in a short period of time, there are often individual request timeouts, and the call logs …
-
Hello,
When hystrix command properties are entering in bootstrap.yml file, error showing that hystrix.command unknown property. I am using spring boot 1.5.6 ( cloud Camden.SR5 release )
I am s…
-
Hi
I m trying to configure withExecutionTimeoutInMilliseconds for hystrix. But this doesn't seem to work. Just to check the timeout, i'm passing it as 10000 millisec and in the run() function i ha…
-
Hi,
Please excuse this - it could well be a dumb newbie question.
We're using Hystrix as a Circuit Breaker between two services. To speed up performance we're using Connection Pooling. We're usi…
-
Hi Team,
We are facing some weird issue in our service while releasing new version of service. Circuit getting triggered(Reason : **ThreadPool rejection**) every time when we switch to new version of…
-
Documentation lacks critical information like duration units, which lead to [Issue #76](https://github.com/gojek/heimdall/issues/76). This would be a common bug that would be introduced in the applica…
bvamc updated
3 years ago
-
I am trying to register multiple instances to spring admin server and trying to read turbine stream.
I am able to get the hystrix.stream after serving first request.
I am able to get the turbine…
-
I use hystrix to request sina.com, and use metrics stream get the data, I recieve like this
![qq 20170901205340](https://user-images.githubusercontent.com/8297694/29970569-bdc7001e-8f57-11e7-9998-fd…
-
I am seeing an odd behavior with ratpack/hystrix/rxjava in ratpack 1.3.3, when using Blocking.get, inside a hystrix command, that takes longer than the hystrix timeout, the command results in the fall…
-
More than one implementation of @EnableCircuitBreaker (now relying on @Conditionals to pick one): [com.alibaba.cloud.sentinel.custom.SentinelCircuitBreakerConfiguration, org.springframework.cloud.netf…