dubbo
dubbo copied to clipboard
The java implementation of Apache Dubbo. An RPC and microservice framework.
### 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...
### 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...
### 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...
### 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...
## 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...
### 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...
### Dubbo Version Dubbo java 3.2.14 ### Steps to reproduce this issue   我有一个tri类型的接口,但是我不是直接实现dubbo生成的接口类,而是自定义了一个接口(IFileResourceDubboGrpc),然后这个接口再继承Dubbo生成的接口(FileResourceDubboGrpc)。 I have an interface whose protocol is tri, but instead of directly implementing the dubbo...
### 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...
…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