wwulfric commented on issue #48: dubbo.registry.address 不起作用 初始化的总是本地的zookeeper
URL: 
https://github.com/apache/incubator-dubbo-spring-boot-project/issues/48#issuecomment-383468084
 
 
   > I get the same problem,I config the registry address of 
192.168.86.119:2181 ,but it just Export dubbo service XXXXService to local 
registry, dubbo version: 2.6.1, current host: 192.168.86.222.I still can't find 
method solving it.
   
   I met up with the same problem. In RegistryProtocol#getDefaultPort
   
   ```java
       public int getDefaultPort() {
           return 9090;
       }
   ```
   
   It return a hard coded port 9090, but 9090 is already used.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to