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 2022/06/17 06:51:02 UTC

[GitHub] [dubbo] a937282042 opened a new issue, #10172: dubbo3.0.6之后当服务内没有需要暴露的dubbo服务,nacos就没法注册上去

a937282042 opened a new issue, #10172:
URL: https://github.com/apache/dubbo/issues/10172

   ` <dependency>
               <groupId>org.apache.dubbo</groupId>
               <artifactId>dubbo-spring-boot-starter</artifactId>
               <version>3.0.8</version>
           </dependency>
   
           <!-- dubbo-registry-nacos -->
           <dependency>
               <groupId>org.apache.dubbo</groupId>
               <artifactId>dubbo-registry-nacos</artifactId>
               <version>3.0.8</version>
               <exclusions>
                   <exclusion>
                       <groupId>log4j</groupId>
                       <artifactId>log4j</artifactId>
                   </exclusion>
                   <exclusion>
                       <groupId>org.apache.dubbo</groupId>
                       <artifactId>dubbo-common</artifactId>
                   </exclusion>
                   <exclusion>
                       <groupId>org.apache.dubbo</groupId>
                       <artifactId>dubbo-remoting-api</artifactId>
                   </exclusion>
               </exclusions>
           </dependency>`
   
   用3.0.6的版本空服务也能够注册到nacos去,用3.0.6以后的版本必须要有service暴露在dubbo才能够nacos注册成功
   
   


-- 
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.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] misaya98 commented on issue #10172: dubbo3.0.6之后当服务内没有需要暴露的dubbo服务,nacos就没法注册上去

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

   > 对于应用级服务发现,现在的行为是:至少有一个服务(Interface)暴露,才会往注册中心注册地址。
   
   如果一个服务是单纯的dubbo consumer 则不会出现在nacos 的服务列表内吗? 
   也不会出现在订阅者列表内?(3.0.9目前的表现是这样的)。


-- 
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] a937282042 closed issue #10172: dubbo3.0.6之后当服务内没有需要暴露的dubbo服务,nacos就没法注册上去

Posted by GitBox <gi...@apache.org>.
a937282042 closed issue #10172: dubbo3.0.6之后当服务内没有需要暴露的dubbo服务,nacos就没法注册上去
URL: https://github.com/apache/dubbo/issues/10172


-- 
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] chickenlj commented on issue #10172: dubbo3.0.6之后当服务内没有需要暴露的dubbo服务,nacos就没法注册上去

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

   对于应用级服务发现,现在的行为是:至少有一个服务(Interface)暴露,才会往注册中心注册地址。


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