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

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

component/sdk

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

type/need-triage
component/need-triage

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

type/need-triage
component/need-triage

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

type/need-triage
component/need-triage

## What is the purpose of the change Allow users to customize whether to retry. ## Brief changelog ## Verifying this change ## Checklist - [x] Make sure there is...

type/proposal

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

help wanted
type/proposal

### Dubbo Version Dubbo java 3.2.14 ### Steps to reproduce this issue ![image](https://github.com/user-attachments/assets/d24c082d-c5d3-4e48-a88b-74106a88f6b1) ![image](https://github.com/user-attachments/assets/dc22d4b1-68fd-4954-9723-b299c6acf45c) 我有一个tri类型的接口,但是我不是直接实现dubbo生成的接口类,而是自定义了一个接口(IFileResourceDubboGrpc),然后这个接口再继承Dubbo生成的接口(FileResourceDubboGrpc)。 I have an interface whose protocol is tri, but instead of directly implementing the dubbo...

type/need-triage
component/need-triage

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

type/need-triage
component/need-triage

…Boot ## What is the purpose of the change? ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field for the change. - [x] Write a pull request description...

The DubboGrpcGenerator class was removed with commit af0f45f7cd71a923d924a7137d998a576180badf "feat:dubbo-compiler remove grpc and grpc/reactive package" fixes #14818