With spring-boot-starter-actuator
in a web application, where Ribbon/Feign Clients are used, hystrix stream/ endpoint is not enabled.
HystrixCircuitBreakerConfiguration.HystrixWebConfiguration
is not activated even with the conditions being true.
How to enable hystrix stream for Feign/Ribbon?
Environment: Spring Boot 1.3.5.RELEASE, Spring Cloud Brixton.SR4
Did you add the @EnableHystrix
to the context configuration?