dubbo
dubbo copied to clipboard
The java implementation of Apache Dubbo. An RPC and microservice framework.
## What is the purpose of the change consumer proxy invocation handler ## Brief changelog ##Related issues #10803 @AlbumenJ ## Verifying this change ## Checklist - [x] Make sure there...
## What is the purpose of the change When I was writing registry metric implement, I will use some codes of metrics-api, and found that some codes might be optimized....
## 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...
related to https://github.com/apache/dubbo/issues/10804
feat: fix address too long
[WARN] [] [DUBBO] Failed to create file store cache. Local file cache will be disabled. Cache file name: /home/aigapp/.dubbo/.metadata.xx-xxxx.zookeeper.prod.2181.dubbo.cache, du bbo version: 3.1.1, current host: 127.0.0.1, error code: 0-3. This...
- [ ] 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: Observability: about the design of the...
- [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:This is mainly to deal with the interaction...
有时候A服务调用C服务时报错没有服务提供者,但是B服务调用C服务正常。且注册中心Nacos中A/B/C服务都有提供注册,且A/B是C服务的订阅者。一切看上去都正常,但A调用C就是会报错没有服务提供者,重启C服务就恢复了。 Dubbo版本 3.1.2 应用级注册订阅 Nacos版本 2.1.2