You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2019/07/24 10:44:18 UTC

[GitHub] [dubbo-proxy] qixiaobo opened a new issue #5: dubbo group not set for reference

qixiaobo opened a new issue #5: dubbo group not set for reference
URL: https://github.com/apache/dubbo-proxy/issues/5
 
 
   from your code ,we can see even if this registry has group but not set for registeryConfig
   ```java
   public static void init() {
           RegistryConfig registryConfig = new RegistryConfig();
           registryConfig.setAddress(registry.getUrl().getProtocol() + "://" + registry.getUrl().getAddress());
        
           applicationConfig = new ApplicationConfig();
           applicationConfig.setName("dubbo-proxy");
           applicationConfig.setRegistry(registryConfig);
       }
   ```
   
   As we know , dubbo registry stands for path in zookeeper. The default path is dubbo.
   At this point , we should set the group to avoid "not provider " message
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org