Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why don't Eureka DS Replicas Links work?

Tags:

spring-cloud

Why does the DS Replicas not work in the Spring gui? When you click on the links they try to go to http://hostname:8761/eureka/. Shouldn't the link point to http://hostname:8761/?

Eureka GUI

like image 596
Brian Abston Avatar asked Aug 13 '15 16:08

Brian Abston


1 Answers

DS Replicas probably is: "Discovery Service Replicas". In basic configuration which is most often used in all tutorials you have only one eureka server. That field would be filled with other replicas - its recommended to have them to avoid single point of failure :) Its described here: Eureka peer awareness

like image 111
hi_my_name_is Avatar answered Sep 27 '22 19:09

hi_my_name_is