dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

The java implementation of Apache Dubbo. An RPC and microservice framework.

Results 846 dubbo issues
Sort by recently updated
recently updated
newest added

- [ ] 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...

type/bug
help wanted
component/sdk

It seems that HTTP connection pooling is not used and can be optimized

help wanted
type/proposal
component/sdk

- [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...

help wanted
type/proposal
component/sdk

- [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...

help wanted
type/proposal
component/sdk

![271229909-be9992fe-1eed-4750-8c66-9cb3e62a1cb9](https://github.com/apache/dubbo/assets/68063139/6b9065be-d629-412a-821f-76568e174ea3)

type/bug
help wanted
component/sdk

- [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...

help wanted
type/proposal
component/sdk

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,...

help wanted
type/proposal
component/sdk

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...

help wanted
type/proposal
component/benchmark

## 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...

help wanted
type/discussion
good first issue
component/sdk

- [ ] 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配置文件里的...

type/bug
help wanted
component/sdk