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

dubbo zookeeper 如何配置acl?是否只对namespace节点生效,也就是只对group节点生效?

type/question

- [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-SNAPSHOT * Operating System version: windows11 *...

type/bug

在dubbo版本2.7.3,cache为expiring 类型时,目前没有找到办法配置cache.seconds 和cache.interval 。望指教

help wanted
good first issue

dubbo 版本 2.7.15 我开启了三个服务,comsumerA(192.168.0.10:20880),providerB1(192.168.0.10:20881),providerB2(192.168.0.10:20882),providerC1(192.168.0.10:20883),providerC2(192.168.0.10:20884); 其中 providerB1 与 providerB2 指定了 tag (tag:providerB), providerC1 与 providerC2 指定了 tag (tag:providerC), 我通过如下方式指定了服务提供方IP与端口 ``` java Address address = new Address(“192.168.0.10”, 20881); RpcContext.getContext().setObjectAttachment(AddressRouterFactory.NAME, address); ``` 没有指定tag,异常提示...

type/discussion

The security issues of FastJson v1 continued, causing trouble for some users of Dubbo, At present, FastJson has released the v2 version and solved the security risks in the v1...

type/discussion

generic exception support to transfer

- [ 🆗] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. ## Ask your question here 如题,对元数据中心功能无需求,是否可以关闭?

type/question

- [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 Provide reflection API to simplify test and interoperation...

type/proposal

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

## What is the purpose of the change 修复nacos开启权限校验后,dubbo服务缺失username和password导致注册失败,在NacosRegistryFactory中的buildNacosProperties里面增加这部分内容 ## Brief changelog ## Verifying this change

status/don’t-merge