fl061157 opened a new issue #8726:
URL: https://github.com/apache/dubbo/issues/8726


   2.7.8 版本代码如下。
   ServiceConfig.java
   方法 findConfigedPorts
   代码
    map.put(BIND_PORT_KEY, String.valueOf(portToBind));
   
   2.7.12版本代码
   ServiceConfig.java
   方法 findConfigedPorts
   代码
       map.put(BIND_PORT_KEY, String.valueOf(portToRegistry));
   
   
   有什么特殊的考虑吗?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to