Michael
Michael
我发现加上这个参数` dubbo.consumer.check=false ` 可以避免这个问题产生。 I found this problem could be avoided by adding the argument `dubo.consumer.check =false` .
另外当服务提供方的`dubbo.application.name` 和 `spring.application.name` 配置不一样时,也会出现这个问题。 This problem also occurs when the value of the service provider's parameters ,`dubo.application.name`and `spring.application.name`, are configured differently.
@abelyang 我使用的注册中心是zookeeper,而非nacos,另外我的前提条件是服务消费者在服务提供方之前启动。也就是说在注册中心中是没有服务实例的。 The registry I used is ZooKeeper, not Nacos, and my prerequisite is that the service consumer starts up before the service provider. That means there are no instances...