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. ## Ask your question here 我在做一个通过泛化实现和泛化调用实现类似网关的项目。即把MyGenericService服务暴露成自定义接口名。当接口弃用时把该服务注销。但我发现注销后MyGenericService对象没有回收。我担心随着服务越来越多,内存占用越来越多发生oom。 泛化实现定义了含$invoke方法的MyGenericService。暴露服务时: `GenericService genericService = new...

type/question

1. dubbo3.x是否可以动态配置服务降级策略,文档中的方法貌似并不可行 2. 采用protobuf时,dubbo服务降级并没有做适配,导致生成参数时会报错

- [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 En: At present, there are already some buried...

type/proposal

问题: dubb2.6.12消费不到dubbo2.7.18的提供的服务 Failed to check the status of the service com.aaa.bbb.boot.api.service.IUserQueryService. No provider available for the service 1,新项目采用dubbo2.7.18,作为提供者,注册中心采用nacos2.0.3 采用xml配置 注册时,服务名如下 ![wecom-temp-af6f471c9355fe905a96199d60e847fd](https://user-images.githubusercontent.com/8486672/208600374-5b62197b-95f4-4e98-bf6a-62883148ed83.png) 注册中心内容如下: ![wecom-temp-e39d0b268564f1134c08d57503f594c6](https://user-images.githubusercontent.com/8486672/208600342-ea407f42-5954-4438-91a0-39fb0068b30e.png) 2,消费端采用dubbo2.6.12,注册中心为nacos2.0.3 服务订阅时如下:服务名称没有":" ![wecom-temp-c48c092b93a1ace7711c6c3ec4317701](https://user-images.githubusercontent.com/8486672/208600235-9937d4f7-ad3b-4a1f-a99a-fc2f1754bf81.png) ,获取不到实例,如果加上":" ![image](https://user-images.githubusercontent.com/8486672/208600486-f1b8b0fb-7941-4b6f-af9a-598183768a61.png) 是可以获取实例的 建议在做服务暴露时,如果没有对应的参数,不要添加":"...

type/question

- [ ] 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:Generally, in Java, traceid and spanid are...

type/proposal

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

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. ## Describe the proposal 中文: SpringBoot actuator提供了健康检查的endpoint,Dubbo需兼容SpringBoot的健康检查,可参考[Spring Boot 健康检查](https://docs.spring.io/spring-boot/docs/current/reference/html/actuator.html#actuator.endpoints.health) en: SpringBoot actor...

type/proposal

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

- [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 En: In fact, dubbo already supports the monitoring...

type/proposal