dubbo
dubbo copied to clipboard
The java implementation of Apache Dubbo. An RPC and microservice framework.
## 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...
- [ ] 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...
- [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 : After the dubbo indicator is generated,...
## What is the purpose of the change Fix hessian2 deserialize bug, #11442 ## Brief changelog ## Verifying this change #11442
泛化调用内存泄露
如下泛化调用代码,JVM内存会不断升高,不会释放,有什么建议吗? `ApplicationConfig` applicationConfig = new ApplicationConfig(); applicationConfig.setName(applicationName); RegistryConfig registry = new RegistryConfig(); registry.setAddress(registryAddress); registry.setGroup(registryGroup); registry.setRegister(false); registry.setEnableEmptyProtection(false); ReferenceConfig reference = new ReferenceConfig(); reference.setInterface(interfaceName); reference.setGeneric("true"); reference.setFilter(filters); reference.setRetries(0); reference.setRegistry(registry); GenericService srv = reference.get();...
- [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.5 * Operating System version: xxx *...
- [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.2.0-beta.4 * Operating System version: mac 13.1...
- [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.2.0-beta.4 * Operating System version: macos 13.1...
- [x] 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 使用dubbo3.0应用级服务发现的场景下, 消费者调用服务端时报错"Data length too large:xxxxxx, max payload:...
- [ ] 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 Currently, Dubbo choose whether to use local...