2227324689/Spring-Cloud-Alibaba-

SpringCloudDubbo注册到Nacos中,无法看到Dubbo接口。

yun19830206 opened this issue · 3 comments

我有一个应用,使用Nacos作为注册中心,Dubbo提供服务接口,服务提供者启动完成之后,在Nacos控制台中,能够看到注册的服务,但是无法在Nacos配置列表中看到 服务提供者注册的dubbo接口。
我试了nacos版本1.1.4与1.4.2都不可以。
注册服务的依赖如下:

com.alibaba.cloud
spring-cloud-starter-dubbo


com.alibaba.cloud
spring-cloud-starter-alibaba-nacos-discovery

配置文件信息
dubbo.registry.address=spring-cloud://localhost
spring.cloud.nacos.discovery.server-addr=localhost:8848

Additional context
环境和版本信息 Java8
spring-cloud-alibaba-dependencies2.2.5.RELEASE
spring-cloud-dependenciesHoxton.SR8
spring-boot-dependencies2.3.2.RELEASE

使用本书5.1.1章节源码 验证,在Nacos中也看不到 Dubbo注册的接口列表

接口列表是无法在Nacos上看到的,只能看到Spring Cloud注册上去的应用名称,Dubbo集成到Spring Cloud上之后,协议地址做了优化!