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

- [X] 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 This is a issue in OSPP-2022, see https://summer-ospp.ac.cn/#/org/prodetail/22a7f0101...

type/proposal

FaaS (Function as a service) is a kind of cloud computing service that allows developers to build, compute, run, and manage application packages as functions without having to maintain their...

type/discussion

- [ ] 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: 2.7.15 * Operating System version: mac...

- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [ ] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository...

help wanted

Dubbo一直存在会吃掉用户的自定义异常变成RunTimeException的情况。 虽然可以通过自定义Filter来解决,但相对比较麻烦。 建议增加一个BizException标记式接口,给用户自定义异常实现。 在ExceptionFilter中,增加对BizException异常的处理(直接return) 感谢大佬百忙之中查看。😃

Related issue #10154 Status: to be improved Background: Dubbo Initializer is used to quickly build a simple sample application of SpringBoot and Dubbo. At present, the project is behind the...

type/feature
level/easy
type/task

求问题验证解决思路 现象所在 version:2.7.15 在2.7.3中使用如下方法注入bean是可以成功的 ```java @Configuration @RequiredArgsConstructor @EnableConfigurationProperties({A.class, B.class}) public class DubboBaseAutoConfig implements InitializingBean{ @Bean @Primary @ConditionalOnMissingBean(ApplicationConfig.class) public ApplicationConfig applicationConfig() ``` 然而在2.7.15中会出现这样的错误 ``` *************************** APPLICATION FAILED TO START *************************** Description:...

type/discussion

- [x] 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.0.1 * Operating System version: centos *...

type/bug

## What is the purpose of the change fix RpcContext's asyncCall method invoke an interface that returns a value of type 'boolean' always returns 'false' ## Brief changelog ## Verifying...

## What is the purpose of the change ## Brief changelog ## Verifying this change ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field for the change (usually...