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 2021/07/31 00:57:13 UTC

[GitHub] [dubbo] startjava opened a new issue #8380: 以前用zookeeper时也不往注册中心添加接口信息,现在nacos为什么添加了呢?

startjava opened a new issue #8380:
URL: https://github.com/apache/dubbo/issues/8380


   就是启动一个普通的服务提供者,nacos服务列表中就出现2项:
   (1)providers:com.ghy.www.api.IService1::
   (2)my-nacos-provider
   
   第2个可以理解,是服务提供者,但第1个为什么要注册进来呢?不理解,感谢。


-- 
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


[GitHub] [dubbo] startjava commented on issue #8380: 以前用zookeeper时也不往注册中心添加接口信息,现在nacos为什么添加了呢?

Posted by GitBox <gi...@apache.org>.
startjava commented on issue #8380:
URL: https://github.com/apache/dubbo/issues/8380#issuecomment-890756794


   @xiaoheng1    有人说,这是正常的现象,,,,我用的是dubbo3.0.1和nacos2.0.3。


-- 
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


[GitHub] [dubbo] startjava closed issue #8380: 以前用zookeeper时也不往注册中心添加接口信息,现在nacos为什么添加了呢?

Posted by GitBox <gi...@apache.org>.
startjava closed issue #8380:
URL: https://github.com/apache/dubbo/issues/8380


   


-- 
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


[GitHub] [dubbo] startjava commented on issue #8380: 以前用zookeeper时也不往注册中心添加接口信息,现在nacos为什么添加了呢?

Posted by GitBox <gi...@apache.org>.
startjava commented on issue #8380:
URL: https://github.com/apache/dubbo/issues/8380#issuecomment-891501398


   感谢


-- 
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


[GitHub] [dubbo] xiaoheng1 commented on issue #8380: 以前用zookeeper时也不往注册中心添加接口信息,现在nacos为什么添加了呢?

Posted by GitBox <gi...@apache.org>.
xiaoheng1 commented on issue #8380:
URL: https://github.com/apache/dubbo/issues/8380#issuecomment-890443704


   What version are you using?


-- 
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


[GitHub] [dubbo] xiaoheng1 commented on issue #8380: 以前用zookeeper时也不往注册中心添加接口信息,现在nacos为什么添加了呢?

Posted by GitBox <gi...@apache.org>.
xiaoheng1 commented on issue #8380:
URL: https://github.com/apache/dubbo/issues/8380#issuecomment-891061632


   There will indeed be two, because version 3.0 is compatible with interface-level service registration and also provides application-level service registration.
   
   my-nacos-provider is registered by service discovery.
   providers:com.ghy.www.api.IService1:: is registered by interface-level service registration.
   


-- 
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


[GitHub] [dubbo] xiaoheng1 commented on issue #8380: 以前用zookeeper时也不往注册中心添加接口信息,现在nacos为什么添加了呢?

Posted by GitBox <gi...@apache.org>.
xiaoheng1 commented on issue #8380:
URL: https://github.com/apache/dubbo/issues/8380#issuecomment-891063391


   In some 2.7 versions, there will also be two registered services.


-- 
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