-
使用过程中,发现一个问题,直连情况下参数传 null 正常,但是从注册中心走一遍,报错~
api
```
public interface DemoService {
void show(Long a, Long b, String c);
}
```
提供方
```
public class DemoServiceImpl implements DemoServ…
Gaion updated
7 years ago
-
Connection refused (Connection refused), dubbo version: 2.7.4.1, current host: 192.168.0.171
java.net.ConnectException: Connection refused (Connection refused)
at java.net.PlainSocketImpl.socketC…
-
As mentioned in the roadmap #13065 , the benchmark construction form I understand is as follows. Do you have any other opinions?
### Dubbo performance benchmark test
#### Goal: Reflect Dubbo…
wxbty updated
8 months ago
-
在Dubbo 2中,属性配置与dubbo-spring-boot外部化配置的功能存在重叠,规则不清晰,在API配置、Spring XML配置、Java-config配置等不同场景下存在比较多的问题。
Dubbo 3对属性配置进行重新梳理,明确属性配置覆盖的规则,并融合外部化配置功能,贯通API配置、Spring XML配置、Java-config配置等不同场景。
### 属性配置覆盖
…
-
2020-10-19 16:04:48.849 DEBUG 23179 --- [] [ask-Scheduler-1] o.s.c.g.r.RouteDefinitionRouteLocator : RouteDefinition ReactiveCompositeDiscoveryClient_suirui-ipaas-job-executor applying filter {rege…
-
出来过一次数据,后面就再也没有统计的数据了,是我哪里配置出错了吗?
![Uploading QQ截图20160328020619.png…]()
@hidehai
-
另:数据表已经导入到数据库:
```
SET NAMES utf8;
SET FOREIGN_KEY_CHECKS = 0;
DROP TABLE IF EXISTS `dubbo_invoke`;
CREATE TABLE `dubbo_invoke` (
`id` varchar(255) NOT NULL DEFAULT '',
`invoke_date` date NOT NU…
-
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
## Describe the proposal
EN:
At present, there are…
-
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'TOrderController': Unsatisfied dependency expressed through field 'orderService'; nested exception is o…
-
### Environment
* Dubbo version: 3.2.0
* Operating System version: xxx
* Java version: 1.8
### Steps to reproduce this issue
1)use dubbo-samples/3-extensions/registry/dubbo-samples-xds
2)kubec…