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.0.10 * Operating System version: 10.15.7...

type/question

support triple self define exception

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

dubbo version: 3.0.10 由于业务场景在部分二方包内手动初始化了Registry, Application以及Protocol等, 并且编程式的暴露服务 serviceConfig.export(); 当业务引用了二方包, 并且自己配置了一份 Protocol。在调用我们提供的二方包时就会报Not found exported service ... may be version or group mismatch 看着是应用级注册时进行了覆盖, org.apache.dubbo.registry.client.metadata.ServiceInstanceHostPortCustomizer#customize 该方法在选取host与port的时候只过滤了第一个protocol相同的地址, 但是不同Protocol的会放在同一个Metadata内, 导致应用级暴露时只暴露了一个Protocol地址

type/question

triple flowcontrol sub 3.1 branch ## 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)...

triple add flowcontrol ## 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...

### Environment * Dubbo version: 3.1.0 * Operating System version: windows * Java version: jdk8 * protocol:tri * serialization:kryo 问题描述:consumer将provider端抛出的自定义异常转换成了RpcException 目的: 参考了多种解决方案,有些方案中使用的dubbo版本已经落后于我当前的dubbo版本了,我想咨询一下目前官方 有针对provider统一异常的方案吗?或者就近的版本会更新解决这个问题 目前采取过的方案: 1.在provider端拓展ExceptionFilter,使其抛出BizException,但是客户端还是用RpcException进行了转换 2.在provider回传异常的code和msg,但是在consumer的clusterFilter中却拿不到provider回传的code和msg 3.在api接口声明BizException,无效,还是RpcException

type/enhancement

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

type/bug

- [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.1.0 * Java version: 1.8 ### Steps...

type/bug

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

type/proposal