Registry / http-client / feign-hystrix

feign-hystrix

JSON →
library13.9.3javamavenunverified

Feign integration with Hystrix circuit breaker for resilient HTTP client calls.

<dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-hystrix</artifactId> <version>13.9.3</version> </dependency>
INSTALL
IMPORT
SIG · FEIGN-HYSTRIX
F
feign-hystrix
http-clientjavav13.9.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HystrixFeign
feign.hystrix.HystrixFeign

Creates a Feign client with Hystrix circuit breaker support.

import feign.hystrix.HystrixFeign; import feign.RequestLine; interface MyApi { @RequestLine("GET /data") String getData(); } MyApi api = HystrixFeign.builder() .target(MyApi.class, "http://example.com"); String data = api.getData();
Debug
Known issues
breakingHystrix is in maintenance mode; consider using resilience4j instead.
fix
Migrate to feign-resilience4j for active development.
affects: >=13.0.0
Upgrade
Version history
13.9.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
Resources
feign-hystrix — mvn dependency:get feign-hystrix · libregistry