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
But, in the console Eureka server, it appear stranger:
And, the problem is that, my gateway don't find the client.
2021-11-09 11:39:16.246 WARN [gateway-service-name,de773706e662d245,de773706e662d245] 34176 --- [ctor-http-nio-3] o.s.c.l.core.RoundRobinLoadBalancer : No servers available for service: GED-SERVICE-NAME
The text was updated successfully, but these errors were encountered:
Hello everyone,
I am trying to register my Golang client app in the Eureka java server, following this way:
func EurekaClienteRegister2() {
e := fargo.EurekaConnection{
ServiceUrls: []string{"http://10.0.2.110:9080/discovery-service/eureka"},
Timeout: 2,
}
}
But, in the console Eureka server, it appear stranger:
And, the problem is that, my gateway don't find the client.
2021-11-09 11:39:16.246 WARN [gateway-service-name,de773706e662d245,de773706e662d245] 34176 --- [ctor-http-nio-3] o.s.c.l.core.RoundRobinLoadBalancer : No servers available for service: GED-SERVICE-NAME
The text was updated successfully, but these errors were encountered: