eureka
eureka copied to clipboard
Is it possible to Register a Single Eureka Client to Multiple Eureka Servers and communicate over eureka?
I have a ms where I need to register a single Eureka client with 3 different env Eureka servers. and want to communicate with respective env services. e. g. anything similar to Object getActuatorInfo(service, env){ return envspecificserver.getSeviceInfo(service, env) ; }