You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "326615186 (GitHub)" <gi...@apache.org> on 2019/03/27 13:55:59 UTC

[GitHub] [incubator-dubbo-website] 326615186 opened issue #349: 优先级那段感觉有问题

和Dubbo其他的配置类似,多个配置是有覆盖关系的:
方法级优先,接口级次之,全局配置再次之。
如果级别一样,则消费方优先,提供方次之。
所以,上面4种配置的优先级是:
客户端方法级别配置。
客户端接口级别配置。
服务端方法级别配置。
服务端接口级别配置。

这段,按照上面理论,优先级应该是:
客户端方法级别配置。
服务端方法级别配置。
客户端接口级别配置。
服务端接口级别配置。

[ Full content available at: https://github.com/apache/incubator-dubbo-website/issues/349 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org