-
[jw@cn06 pulsar-manager]$ ./gradlew build -x test
Downloading https://services.gradle.org/distributions/gradle-4.8.1-bin.zip
........................................................................
…
-
The configuration property [metrics.rollingPercentile.enabled](https://github.com/Netflix/Hystrix/wiki/Configuration#metrics.rollingPercentile.enabled) do not disable anything when set to false. This …
-
I am trying to write a logic where
a) I will call Service2 if Service1 fails.
b) And in case Service2 fails too, call Service3.
For Step a, I can use the fallback. So the question is can a fallba…
-
When I include `id "com.palantir.docker" version "0.21.0"` in my build.gradle, I am greeted with this error `Caused by: java.lang.ClassNotFoundException: org.gradle.api.model.ObjectFactory`.
This i…
-
Location in Source Code:-
/com/netflix/hystrix/dashboard/stream/ProxyStreamServlet.java (Line 100)
Issue Description and Impact:-
----------------------------
The application communicates with i…
-
Hug should ideally have built-in support for the circuit breakers pattern as it is a very core component of any modern resilient micro-service.
https://en.wikipedia.org/wiki/Circuit_breaker_design_pa…
-
This exception is thrown sometimes and not always.
Version Used: ribbon-loadbalancer-2.2.4
java.lang.ArrayIndexOutOfBoundsException:
at com.google.common.collect.RegularImmutableList.get (Reg…
-
Review netflix turbine github wiki on how to [configure](https://github.com/Netflix/Turbine/wiki/Configuration) turbine.
I assume for configuration PuppetDB can be used, if not drop the first two tas…
-
RxJava supports [backpressure](https://github.com/ReactiveX/RxJava/wiki/Backpressure). I don't believe that Hystrix currently participates in backpressure, as it is creating an Observable from scratc…
-
Hi,
I'm quite new to Java backend development and the jBoss Weld CDI environment, so bear with me if I'm asking stupid questions.
Anyway, what I'd like to achieve is to use Netflix's Hystrix librar…