You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "beiwei30 (GitHub)" <gi...@apache.org> on 2018/12/17 08:52:59 UTC

[GitHub] [incubator-dubbo] beiwei30 commented on issue #2959: fix a bug of service config

@tswstarplanet I think we cannot adjust the sequence as you proposed, since we need to make sure local registry will not do registration even if service claims itself should be registered, for example:

```xml
    <dubbo:protocol name="local" port="20890"/>
    <dubbo:service interface="com.acme.DemoService" ref="demoService" register="true"/>
```

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