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. - [ ] I have searched the [release notes](https://github.com/apache/dubbo/releases) of this...

type/feature

- [ ] 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 En:Currently in the beta version of 3.2,...

type/proposal

## What is the purpose of the change Provides a custom extension for service not found. Issue Number: close #10950 rebase of #11060 ## Brief changelog The spi extension ExceptionProcessor...

ThreadPoolStatusChecker 获取线程池信息,得到的结果是level unkown 获取方式是通过代理:Class clazz = Class.forName("com.apache.dubbo.rpc.protocol.dubbo.status.ThreadPoolStatusChecker");

type/question

目前在系统中,可能会存在同一个接口服务存在不同版本号的接口实现,请问能否在invoke指令中增加对于接口版本号的选择参数?

type/proposal

* Dubbo version: 2.7.19 application.yml文件配置了dubbo.scan.base-packages=xxxx.service不生效,但在启动类里写入@DubboComponentScan才生效,2.7.8没有这个问题

type/bug

## What is the purpose of the change Add deprecated method warn when called by user , related with #10850 ## Brief changelog ## Verifying this change ## Checklist -...

- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [ ] I have searched the [release notes](https://github.com/apache/dubbo/releases) of this...

type/feature

- [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 # 简介 Dubbo可观测性包括许多附加功能,帮助您在将应用程序推向生产时监视和管理应用程序。您可以选择使用HTTP端点或JMX来管理和监视应用程序。审计、运行状况和度量收集也可以自动应用于应用程序。 参考SpringBoot3的可观测性 [https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.enabling](https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.enabling) 如何开启Dubbo的可观测性?主要通过引入如下依赖: ```xml org.apache.dubbo...

type/proposal

- [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.3 * Operating System version: open jdk...

type/bug
status/waiting-for-feedback