Registry / networking / eureka-client

eureka-client

JSON →
library2.0.6javamavenunverified

Netflix Eureka client for service registration and discovery in microservice architectures.

<dependency> <groupId>com.netflix.eureka</groupId> <artifactId>eureka-client</artifactId> <version>2.0.6</version> </dependency>
INSTALL
IMPORT
SIG · EUREKA-CLIENT
E
eureka-client
networkingjavav2.0.6
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.

EurekaClient
com.netflix.discovery.EurekaClient

Retrieves a registered application's instances from Eureka.

import com.netflix.discovery.EurekaClient; import com.netflix.discovery.shared.Application; public class Example { public static void main(String[] args) { EurekaClient client = null; // initialized via config Application app = client.getApplication("my-service"); System.out.println("Instances: " + app.getInstances()); } }
Debug
Known issues
breakingEureka 2.x is not backwards compatible with 1.x; uses different APIs.
fix
Use Eureka 1.x (com.netflix.eureka:eureka-client:1.x) for legacy compatibility.
affects: 2.0.0+
Upgrade
Version history
2.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
eureka-client — mvn dependency:get eureka-client · libregistry