eureka icon indicating copy to clipboard operation
eureka copied to clipboard

Is it possible to Register a Single Eureka Client to Multiple Eureka Servers and communicate over eureka?

Open sachinbhapkar opened this issue 11 months ago • 0 comments

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) ; }

sachinbhapkar avatar Feb 03 '25 15:02 sachinbhapkar