You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/11/24 08:20:54 UTC

[GitHub] [dubbo] AlbumenJ opened a new issue, #11013: Support choose local invoke in runtime instead of startup

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-unsubscribe@dubbo.apache.org.apache.org

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


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


[GitHub] [dubbo] MieAh commented on issue #11013: Support choose local invoke in runtime instead of startup

Posted by "MieAh (via GitHub)" <gi...@apache.org>.
MieAh commented on issue #11013:
URL: https://github.com/apache/dubbo/issues/11013#issuecomment-1414156636

   Please assign to me,I want to try.


-- 
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-unsubscribe@dubbo.apache.org

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


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


[GitHub] [dubbo] AlbumenJ closed issue #11013: Support choose local invoke in runtime instead of startup

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ closed issue #11013: Support choose local invoke in runtime instead of startup
URL: https://github.com/apache/dubbo/issues/11013


-- 
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-unsubscribe@dubbo.apache.org

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


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