alibaba / nacos

an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
https://nacos.io
Apache License 2.0
30.07k stars 12.81k forks source link

Then neither service can be started when two service providers need to call each other. #1903

Closed yangxueyong closed 4 years ago

yangxueyong commented 4 years ago

feature request: 1, When I first started consumer service (However, the provider service has not yet been started), I find that consumer fails to start, and I hope that when the provider service is not started,I can also start consumer services. 当我首先启动consumer服务时(此刻还没有启动provider服务),我发现consumer服务会无法启动,我希望当provider服务没有启动时也能正常启动consumer

2,If the above problem cannot be solved,Then neither service can be started when two service providers need to call each other. 如果上面的问题无法解决,那么当两个provider服务需要互相调用时,这两个服务都无法启动

my environment: nacos-1.1.3,dubbo-2.6.5,dubbo-spring-boot-starter-0.2.1.RELEASE,dubbo-registry-nacos-2.6.7,nacos-discovery-spring-boot-starter-0.2.1

nacos-bot commented 4 years ago

Hi @yangxueyong, we detect non-English characters in the issue. This comment is an auto translation from @nacos-bot to help other users to understand this issue. We encourage you to describe your issue in English which is more friendly to other users.

Then neither service can be started when two service providers need to call each other.

feature request: 1, When I first started consumer service (However, the provider service has not yet been started), I find that consumer fails to start, and I hope that when the provider service is not started,I can also start consumer services. When I first started the consumer service (the provider service has not been started yet), I found that the consumer service will not start. I hope that the consumer can start normally when the provider service is not started.

2,If the above problem cannot be solved,Then neither service can be started when two service providers need to call each other. If the above problem cannot be solved, then when the two provider services need to call each other, neither service can be started.

my environment: nacos-1.1.3,dubbo-2.6.5,dubbo-spring-boot-starter-0.2.1.RELEASE,dubbo-registry-nacos-2.6.7,nacos-discovery-spring-boot-starter-0.2.1

nkorange commented 4 years ago

Please report to Dubbo.