-
**Which Component**
Nacos Register, Dubbo
**Describe the bug**
SpringCloudDubbo注册到Nacos中,无法看到Dubbo接口。
**To Reproduce**
我有一个应用,使用Nacos作为注册中心,Dubbo提供服务接口,服务提供者启动完成之后,在Nacos控制台中,能够看到注册的服务,但是无法在N…
-
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
- [x] I have checked the [FAQ](https://github.com/apache/dubbo/…
-
### Environment
* Dubbo version: org.apache.dubbo:dubbo-spring-boot-starter:2.7.1
* Operating System version: windows
* Java version: jdk8
### Steps to reproduce this issue
I use org.apac…
-
### Environment
* Dubbo version: 2.7.8
* Operating System version: mac os 10.14
* Java version: 1.8
### Steps to reproduce this issue
1. pom file
```
org.apache.dubbo
…
-
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is
not a duplicate.
- [x] I have checked the [FAQ](https://github.com/apache/dub…
-
百度上面的一个BLOG一个样
想找官方标准的,
而https://github.com/apache/dubbo-spring-boot-project项目又废弃了,我在https://github.com/apache中没有找到。
求助!
-
grpc的服务提供者只会上报自己的grpc端口,这样的情况也能兼容吗。
还有 dubbo-spring-boot-starter 与spring-cloud-starter-alibaba-nacos-discovery 支持3.0吗
-
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
- [x] I have checked the [FAQ](https://github.com/apache/dubbo/…
-
xml配置方式配置Reference会根据id生成一个对应的bean到spring上下文中,但是用注解后就失效了,以前通过名称从applicationContext中获取代理对象的方式就用不了了。能否参考https://gitee.com/reger/spring-boot-starter-dubbo这种增加一个@Inject注解或者优化@Reference注解能够注册到spring上下文中,以便…
-
### Environment
* Dubbo version: 2.7.7
* Java version: 1.8
### Steps to reproduce this issue
1. 生产集群从当当的dubbx全部升级到dubbo2.7.7
2. 消费方启动时不检查@DubboReference(retries = 0,check = true)
3. 先启动的…