Albumen Kevin

Results 745 comments of Albumen Kevin

接下全链路追踪看一下吧

@EarthChen @icodening @guohao PTAL

Please translate to English~ :)

> @chickenlj 是的我刚看到 我还有个问题,这个命令不是在master节点上执行吗?然后从外部访问master的公网ip加上这个端口 ? 但是一直失败 访问本地,这个是 forward 到本地的

Weight in nacos is not supported now. You can try to submit a PR to support it.

https://github.com/apache/dubbo/pull/11505 应该和这个 PR 相关 目前的设计是 `dubbo.reference.*` 如 `dubbo.reference.timeout` 的只会默认覆盖在没有配置`timeout` 的所有 `ReferenceConfig`(如果已经配置的属性会忽略);`dubbo.reference.com.interface.DemoService.*` 如 `dubbo.reference.com.interface.DemoService.timeout` 会覆盖 `com.interface.DemoService` 对应的 `ReferenceConfig` 的 `timeout`(无论是否已经配置)。 实际上,如 PR 里面修复的,目前检查属性是否已经配置的逻辑有问题,导致无法正确判断是否已经配置了,所以出现总是覆盖的问题。

Can you pls submit a PR to fix?

Could u pls submit a PR?

@CrazyHZM @icodening @EarthChen PTAL