AlbumenJ commented on issue #13141:
URL: https://github.com/apache/dubbo/issues/13141#issuecomment-1752245482

   > 看上去像是后注册服务的服务目录没有初始化,导致后续通过服务目录添加Invoker失败:
   > 
   > 先注册的服务: (发布`DemoService`,`DemoService `引用 
`DemoServiceB`,url有绑定的`RegistryDirectory`,可以更新成功) ![屏幕截图 2023-10-08 
230442](https://user-images.githubusercontent.com/100946116/273456950-a5a6eeaf-71e1-462a-9bfa-582b3d5834cb.png)
   > 
   > 后注册的服务: (发布`DemoServiceB`,`DemoServiceB` 引用 `DemoService`, 
url不存在绑定的`RegistryDirectory`,导致调用 DemoServiceB 时出现类似错误) ![屏幕截图 2023-10-08 
225043](https://user-images.githubusercontent.com/100946116/273457166-9126391b-d1cd-427d-a956-c3a4e34c433c.png)
   > 
   > 可以考虑暂时先用ZooKeeper代替 @AlbumenJ
   
   
![image](https://github.com/apache/dubbo/assets/9292748/b1e69772-6280-4665-86cd-af4307221627)
   
   看一下正常流程应该是怎么样的


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to