com.netflix.client.ClientException: Loadbalancerdoes not haveavailableserver for client: account-serviceApplicationFilterChain.java:166) ~[tomcat-embed-core-8.5.28.jar:8.5.28]
at org.apache.tomcat.websocket.server</e
我可以在本地运行该应用程序,但是当我在GCP上部署它时,我得到一个错误消息: com.netflix.client.ClientException: Loadbalancerdoes not haveavailableserver for client: custom-index.rhines-dev.svc.cluster.local 这是我想通过zuul转发流量到的主机url。
LOADBALANCER_URL); return config;但是这抛出了一个com.netflix.client.ClientException: Loadbalancerdoes not haveavailableserver for client: database
我希望这里有人能帮助我!
client, the loadbalancer will establish a connection between the client & server A and disconnectfor the 2nd request to the loadbalancer from client, the loadbalancer will establish a connectionbetwee