Eureka Server - wuyichen24/spring-microservices-in-action GitHub Wiki
Description
The service discovery engine which could register and de-register services with a load balancer on the fly.
Technique
- Spring Cloud
- Netflix Eureka
Services/Servers need to register with Eureka server:
- Zuul Server
- Licensing Service
- Organization Service
- Special Routes Service
- Authentication Service
Eureka Web Portal
You can use your web browser to check the detailed information about your Eureka server:
http://localhost:8761
Available API Calls
No. | Method | URL | Description |
---|---|---|---|
ES1 | GET | http://localhost:8761/eureka/apps | Display all the services registered with Eureka |
ES2-OS | GET | http://localhost:8761/eureka/apps/ORGANIZATIONSERVICE | Display the information of the organization service (Note: App ID should be all upper case) |