sunrui1225 commented on pull request #1710:
URL: https://github.com/apache/dubbo-go/pull/1710#issuecomment-1014998436
>
> 这个 PR 我之后看下,接口是对的,动态更新能力我设计下。
我之前想过想在dubboInvoker中加入一个方法DynamicUpdateConfig。然后把referenceConfig中invork显示转型成Dubbo3Invork,如下:dubboInvoker
:= referenceConfig.invoker.(*dubbo3.DubboInvoker)
dubboInvoker.DynamicUpdateConfig(referenceConfig),但是这样就造成了config包和protocol/dubbo3的import
cycle not allowed问题。
--
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]