Registry / networking / eureka-core

eureka-core

JSON →
library2.0.6javamavenunverified

Core library for Netflix Eureka service discovery and registration.

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

Retrieve a registered application from Eureka.

import com.netflix.discovery.EurekaClient; import com.netflix.discovery.shared.Application; EurekaClient client = ...; // initialized via configuration Application app = client.getApplication("my-service");
Debug
Known issues
breakingEureka 2.x is not backward compatible with 1.x; ensure client and server versions match.
fix
Use Eureka 1.x for compatibility with existing deployments.
affects: >=2.0.0
Upgrade
Version history
2.0.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Bingbot
1
OpenAI (training)
1
Resources
eureka-core — mvn dependency:get eureka-core · libregistry