An open API service indexing awesome lists of open source software.

https://github.com/nightingaale/eureka-server

A server provided by Spring Cloud Netflix for microservices, their future registration and address to other microservices
https://github.com/nightingaale/eureka-server

docker eureka-server gradle spring-cloud-eureka

Last synced: about 2 months ago
JSON representation

A server provided by Spring Cloud Netflix for microservices, their future registration and address to other microservices

Awesome Lists containing this project

README

          

# Eureka-server (Production)
A service registry provided by Spring Cloud for microservices architecture



# Features

- Service Registration & Discovery: Allows microservices to dynamically register themselves and discover other services by name, eliminating URLs
- Load Balancing Integration: Enables client-side load balancing (Spring Cloud LoadBalancer) by distributing requests across available service instances
- REST API: Provides access to the service registry, allowing custom integrations and automation

# Prerequisites
- Java Development Kit(JDK): Version 17 or higher
- Gradle: For project build and dependency management
- Docker: For building container

```sh
java --version
gradle --version
docker --version
```