java-microservice/eureka-server at master · breakingbadcoder/java-microservice · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

# Eureka server

Server-side service discovery allows services to find and communicate with each other without hard coding hostname and port. 
The only ‘fixed point’ in such an architecture consists of a service registry with which each service has to register.