You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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) ;
}
The text was updated successfully, but these errors were encountered:
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) ;
}
The text was updated successfully, but these errors were encountered: