You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "mercyblitz (GitHub)" <gi...@apache.org> on 2019/01/11 05:37:09 UTC

[GitHub] [incubator-dubbo] mercyblitz opened issue #3189: [Enhancement] Simplify externalized configuration of Dubbo Protocol name

For now, Dubbo Protocol has to specify  its' name in externalized configuration, e.g:

```yaml
dubbo:
  protocols:
    dubbo:
      name: dubbo
      port: 12345
    rest:
      name: rest
      port: 9090
      server: netty
```

Obviously, `dubbo.protocols.dubbo.name=dubbo` is unnecessary and could be simplified, thus, if ${id} will be used as protocol name in properties pattern like `dubbo.protocols.${id}.*` . 


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


[GitHub] [incubator-dubbo] mercyblitz closed issue #3189: [Enhancement] Simplify externalized configuration of Dubbo Protocol name

Posted by "mercyblitz (GitHub)" <gi...@apache.org>.
[ issue closed by mercyblitz ]

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