dubbo
dubbo copied to clipboard
The java implementation of Apache Dubbo. An RPC and microservice framework.
- [ ] 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...
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...
问题: 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配置 注册时,服务名如下  注册中心内容如下:  2,消费端采用dubbo2.6.12,注册中心为nacos2.0.3 服务订阅时如下:服务名称没有":"  ,获取不到实例,如果加上":"  是可以获取实例的 建议在做服务暴露时,如果没有对应的参数,不要添加":"...
- [ ] 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...
Related to #11091 and #11090
- [ ] 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...
Observability task: health check is compatible with SpringBoot's health check and readability check
- [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...
## 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...