dubbo
dubbo copied to clipboard
The java implementation of Apache Dubbo. An RPC and microservice framework.
## What is the purpose of the change fix issue #13812. when user type 'Ctrl + C' in telnet client, telnet client will send the following sequence: `FF F4 FF...
When initiated together by consumers and providers ```java private void doSubscribe(final URL url, final NotifyListener listener, final Set serviceNames) { execute(namingService -> { if (isServiceNamesWithCompatibleMode(url)) { List allCorrespondingInstanceList = new...
## What is the purpose of the change 1. Get the MethodDescriptor before building the HttpMessageListener, and try not to go through the data frame parsing MethodDescriptor, reduce memory copy...
## 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...
## What is the purpose of the change 1、fix just consumers unregister serviceInstance ## Brief changelog 1、set ServiceInstanceHostPortCustomizer Prioritized 2、add ServiceInstanceConsumerHostPortCustomizer fix just consumers unregister serviceInstance ## Verifying this change...
[dubbo-spi-extensions] Update the extended serialization libraries in 3.3.0 to the latest versions.
### Pre-check - [X] I am sure that all the content I provide is in English. ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found...
This change addresses the issue of the event loop being blocked for an extended period, improving overall performance and responsiveness. ## What is the purpose of the change This PR...
### Pre-check - [X] I am sure that all the content I provide is in English. ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found...
### Pre-check - [X] I am sure that all the content I provide is in English. ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found...
### Pre-check - [X] I am sure that all the content I provide is in English. ### Search before asking - [x] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and found...