Top "Hystrix" questions

In a distributed environment, failure of any given service is inevitable.

Hystrix command fails with "timed-out and no fallback available"

I've noticed that some of the commands in my application fail with Caused by: ! com.netflix.hystrix.exception.HystrixRuntimeException: GetAPICommand …

java java.util.concurrent hystrix
Configuring hystrix command properties using application.yaml in Spring-Boot application

I am having same issue, where i am trying to override the hystrix properties in application.yaml. When I run …

spring-boot spring-cloud hystrix
What is Bulkhead Pattern used by Hystrix?

Hystrix, a Netflix API for latency and fault tolerance in complex distributed systems uses Bulkhead Pattern technique for thread isolation. …

design-patterns distributed-system hystrix
Cannot disable Spring Cloud Config via spring.cloud.config.enabled:false

Let me preface this by saying that I'm not using Spring Cloud Config directly, it is transitive via Spring Cloud …

spring spring-boot netflix spring-cloud hystrix
How to set custom Feign client connection timeout?

I have Spring Boot application with this Gradle dependencies: compile("org.springframework.cloud:spring-cloud-starter-eureka") compile("org.springframework.cloud:spring-cloud-starter-feign") compile("…

java hystrix feign
Get failure exception in @HystrixCommand fallback method

Is there a way to get the reason a HystrixCommand failed when using the @HystrixCommand annotation within a Spring Boot …

spring spring-cloud hystrix
Hystrix Configuration

I am trying to implement hystrix for my application using hystrix-javanica. I have configured hystrix-configuration.properties as below hystrix.command.…

short-circuiting netflix hystrix circuit-breaker fail-fast
How do you allow 400 Errors to propagate when using Feign with Hystrix?

I'm building a SpringBoot microservice that calls another microservice and naturally want to use Hystrix and Feign clients, which are …

java spring spring-cloud hystrix spring-cloud-feign
What is Hystrix in Spring?

Can some one please explain me about Hystrix. I googled it, but still I am not clear. What is Hystrix? …

spring hystrix
spring cloud stream 'bindingService' error

I am trying to implement Turbine AMQP to consolidate all the stream from multiple services to Hystrix Dashboard. So I …

spring-boot spring-cloud hystrix turbine spring-cloud-stream