我创建了一个Node.js(使用ExpressJS)microservice并使用eureka-js-client
向Eureka Discovery Server注册了它。
我已经在Eureka注册了一些基于Java的微服务,并通过Zuul API Gateway使用它。
当我尝试通过API网关在我的Node.js微服务上调用特定端点时,会抛出错误:
Caused by: com.netflix.client.ClientException: Load balancer does not
have available server for client: tryout
注意:tryout
是我的演示服务应用程序的名称。
答案 0 :(得分:0)
我有同样的问题设置vipAddress与应用名称
相同vipAddress:your_app_name