AlbumenJ opened a new issue, #11013:
URL: https://github.com/apache/dubbo/issues/11013

   <!-- If you need to report a security issue please visit 
https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) 
of this repository and believe that this is not a duplicate.
   
   ## Describe the proposal
   <!-- Please use this for a concrete design proposal for functionality. -->
   <!-- If you just want to request a new feature and discuss the possible 
business value, create a Feature Request. -->
   
   Currently, Dubbo choose whether to use local invoke or not when startup, and 
make it impossible to use local invoke if reference is inited before service. 
It would be better to treat local invoker as a dynamic invoker like invokers 
from registry.
   
   Dubbo 目前是在初始化的时候判断是否使用本地调用。如果用户先初始化订阅再初始化服务发布,本地调用将会失效。目前看来最好是将本地调用的 invoker 
也在服务目录中注册,如果本地调用的 invoker 存在则优先使用,如果不存在则使用远程来自注册中心的。(这样也可以动态地选择是否使用本地调用)
   
   


-- 
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: notifications-unsubscr...@dubbo.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to