You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "s464425024 (via GitHub)" <gi...@apache.org> on 2023/04/04 02:02:57 UTC

[GitHub] [dubbo] s464425024 commented on issue #5349: Nacos group name always be 'DEFAULT_GROUP'

s464425024 commented on issue #5349:
URL: https://github.com/apache/dubbo/issues/5349#issuecomment-1495233575

   you can see the dubbo-registry-nacos ,  the method doRegister use namingService.registerInstance(serviceName, instance);
   
   NacosNamingService   the method registerInstance
   
   public void registerInstance(String serviceName, Instance instance) throws NacosException {
           registerInstance(serviceName, Constants.DEFAULT_GROUP, instance);
   }
   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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