In a sample Spring Boot project I've setup, I point my Eureka clients to my Eureka server with a URL like so:
eureka.serviceUrl.default=http://localhost:8761/eureka/v2/
I'm worried about what happens if the Eureka Server dies.
As a remedy, is there a way to setup multiple instance of Eureka Server and configure the Eureka Clients to discover them (w/o relying on an absolute URL)?