aliuql
aliuql
### Pre-check - [X] I am sure that all the content I provide is in English. ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found...
### Pre-check - [X] I am sure that all the content I provide is in English. ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found...
https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/config/properties/ DUBBO_{PROTOCOL}_IP_TO_REGISTRY DUBBO_{PROTOCOL}_PORT_TO_REGISTRY DUBBO_{PROTOCOL}_IP_TO_BIND DUBBO_{PROTOCOL}_PORT_TO_BIND 以上四项:环境变量,按照代码里的读取方式,应该是: {PROTOCOL}_DUBBO_IP_TO_REGISTRY {PROTOCOL}_DUBBO_PORT_TO_REGISTRY {PROTOCOL}_DUBBO_IP_TO_BIND {PROTOCOL}_DUBBO_PORT_TO_BIND
https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/config/properties/ 以下两个配置项的第二列《示例值》写反了 DUBBO_ENV_KEYS DUBBO_LABELS
https://cn.dubbo.apache.org/zh-cn/overview/mannual/java-sdk/reference-manual/config/properties/ 配置项:dubbo.network.interface.preferred 当前值:-Ddubbo.network.interface.ignored=eth0 正确配置应该为:-Ddubbo.network.interface.preferred=eth0