-
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
## 环境
![image](https://user-images.githubusercontent.com…
-
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
### Environment
* Dubbo version: 3.1.4
* Operating Sy…
-
**What happened**:
早上发现某个pod重启了很多次,查看日志发现是因为 **fatal error: concurrent map writes**
**What you expected to happen**:
正常运行,不会导致panic。
**How to reproduce it (as minimally and precisely as poss…
-
### Pre-check
- [X] I am sure that all the content I provide is in English.
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and f…
-
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
## Ask your question here
I try to start `dubbo-sample…
YunWZ updated
8 months ago
-
看了seata-sample-tcc的demo,里面只有dubbo和sofa的远程调用演示,请问是否支持Feign的远程调用?
-
- [x] I have searched the [issues](https://github.com/apache/dubbo-admin/issues) of this repository and believe that this is not a duplicate.
- [x] I have checked the [REAMDE](https://github.com/apac…
-
dubbo-springboot-starter 0.2.0和0.1.0,访问监控都是404。404是什么原因呢?跟dubbo有关系吗?还是其他的原因导致的?
补充:
1.官方的demo,可以正常访问监控。
2.但是在自己项目里,就404。dubbo-springboot-starter根本没有被执行,因为启动日志没有Init DruidDataSource,调试的时候也没有执行自动配置…
-
### Describe the bug
I try to analyze Dubbo source code, but Spoon throws a ModelBuildingException. Shall I use Spoon to analyze such multi-pom.xml projects? Or I need to set some properties of maven…
-
为了适应现有项目,我讲dubbo升级到2.8.2,spring升级到5.0.7.RELEASE。然后大致在com.github.myth.core.service.handler.ActorMythTransactionHandler#handler中,执行demo到协调inventoryService的事务时,mythTransactionContext为null,导致消息没有发送出去。