Registry / http-client / ribbon-httpclient

ribbon-httpclient

JSON →
library2.7.18javamavenunverified

Provides an HTTP client with load balancing and fault tolerance for Netflix Ribbon-based microservices.

<dependency> <groupId>com.netflix.ribbon</groupId> <artifactId>ribbon-httpclient</artifactId> <version>2.7.18</version> </dependency>
INSTALL
IMPORT
SIG · RIBBON-HTTPCLIENT
R
ribbon-httpclient
http-clientjavav2.7.18
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.

RibbonHttpClient
com.netflix.ribbon.httpclient.RibbonHttpClient

Executes an HTTP request through Ribbon's load-balanced client.

import com.netflix.ribbon.httpclient.RibbonHttpClient; RibbonHttpClient client = new RibbonHttpClient(); client.execute("http://service-name/api");
Debug
Known issues
breakingRibbon is in maintenance mode; Netflix recommends using Spring Cloud LoadBalancer or other alternatives.
fix
Migrate to Spring Cloud LoadBalancer or a different load-balancing solution.
affects: *
Upgrade
Version history
2.7.18latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
1
Resources
ribbon-httpclient — mvn dependency:get ribbon-httpclient · libregistry