zonghaishang commented on issue #8370:
URL: https://github.com/apache/dubbo/issues/8370#issuecomment-897371091
> 场景1,节点级配置
向/dubbo/config/dubbo/demo-provider.configurators写入DemoService的动态配置,
正确用法不应该指定service, 应该采用下列用法:
```
configVersion: v2.7
scope: application
key: appname
configs:
- addresses: ['0.0.0.0:20880']
side: provider
parameters:
weight: 222
```
--
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]