dubbo
dubbo copied to clipboard
The java implementation of Apache Dubbo. An RPC and microservice framework.
- [ ] 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.2.6 * Operating System version: centos...
It seems that HTTP connection pooling is not used and can be optimized
- [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 searched the [release notes](https://github.com/apache/dubbo/releases) of this repository and...
- [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 searched the [release notes](https://github.com/apache/dubbo/releases) of this repository and...

- [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 searched the [release notes](https://github.com/apache/dubbo/releases) of this repository and...
I use curl to send rest request in triple port ,the command like ``` curl http:/xxxxxxx/org.apache.dubbo.samples.tri.grpc.Greeter/greet -H "Content-Type: application/json" -X POST -d '{"name":"test"}' ``` But I can't change the uri,...
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...
## sc controller mapping ```java @GetMapping public R list(@RequestParam Long applicationId, @RequestParam(required = false) Long dictId) { return R.ok(sysDictService.getDetailList(applicationId, dictId)); ``` ## DubboReference interface ```java @ProvidedBy(name = "base") @RequestMapping("dict") public...
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. Dubbo version: 3.2.5 Operating System version: windows Java version: 1.8.0 dubbo配置文件里的...