Spring Cloud integration with Netflix Hystrix for circuit breaker and fault tolerance in microservices.
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-hystrix</artifactId>
<version>2.2.10.RELEASE</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Defines a Hystrix command with fallback logic.
Replace Hystrix with Resilience4j for active development.
No dependency data recorded yet.