-
Hi All,
I'm trying to use use spring cloud hystrix with spring cacheable annotation, it is not working.
following is code sample
@Cacheable(value = "test", sync = true)
@HystrixCommand(fallbackM…
-
Right now, javanica supports only aspectj based aop. It would be great if javanica can support [AOP Alliance](http://aopalliance.sourceforge.net) as it is endorsed by most of the Dependency Injection…
-
Hi All,
We are new to hystrix . We have a very simple configuration for our command
super(Setter.withGroupKey(HystrixCommandGroupKey.Factory.asKey(group))
.andThreadPoolKey(HystrixThread…
-
hystrix how know excution is fail? via reponse or what?
-
Mostly a question of interest. I can see the project is fairly active but that last release was about a year ago.
Any idea of this?
Thanks
-
Hi
I have a requirement to implement the Hystrix in existing application which is built using the Odata. Can any one please help me to provide steps. I dont want to go with the approach of non annot…
-
when using hystrix to isolate outer http invoking,I got com.netflix.hystrix.exception.HystrixRuntimeException: findPoisByIds(ps:its tp99 is 50ms) could not be queued for execution and fallback disable…
-
I have a weird problem where hystrix circuit stops breaking after the application has been running for a while (a few hours). My command is called "gdma". Below is my hystrix command configuration f…
-
Hi,
what do i need to configure in the prana sidecar in order to expose the hystrix.stream?
my goal is to see the circuit breaker in real time in the hystrix dashboard
Thanks,
Uzi
-
myServer_hystrix-turbine_1 | 2018-11-07T14:48:26.693059423Z 2018-11-07 14:48:26.692 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/configprops || /configprops.json…