Skip to content

Eureka Server

Wuyi Chen edited this page May 1, 2019 · 25 revisions

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 (See yellow lines):

  • Zuul Server
  • Licensing Service
  • Organization Service
  • Special Routes Service
  • Authentication Service

Eureka Dashboard

You can use your web browser to check the detailed information about your Eureka server: http://localhost:8761

Available API Calls

Method URL Description
GET http://localhost:8761/eureka/apps Display all the services registered with Eureka
GET http://localhost:8761/eureka/apps/ORGANIZATIONSERVICE Display the information of the organization service registered with Eureka (Note: App ID should be all upper case)
Clone this wiki locally