dubbo
dubbo copied to clipboard
The java implementation of Apache Dubbo. An RPC and microservice framework.
## What is the purpose of the change Replace the 404 link in the readme file with an available link, but because the English document of admin manual on dubbo...
- [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 泛化调用是否能支持Streaming 通信模式?
通过dubbo-compiler的插件生成了接口,会自动生成xxxAsync()方法,但是它只是通过CompletableFuture.completedFuture()包装了同步方法,它仍然会阻塞consumer的业务线程。这么实现的目的是什么?   ## Ask your question here 我当前使用dubbo 3.1.4的triple协议(同时使用了IDL+protobuf),想提供CompletableFuture返回值的异步调用,应该怎么做? 客户端如果不使用proxy=“nativestub”,会抛出以下错误: This serialization only support google protobuf messages, but the actual input type is :java.util.concurrent.CompletableFuture 客户端如果使用proxy=“nativestub”,调用kickOffDeviceAsync(),实际上会调用CompletableFuture.completedFuture(kickOffDevice(request));.如此就会造成阻塞了,没有达到异步的目的
- [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.0.7 * Operating System version: Linux Ubuntu-20.04...
https://github.com/apache/dubbo-samples/pull/711#discussion_r1090707042
通过`jvisualvm`对Consumer采样发现,EventLoop线程会在写消息时与用户线程产生锁竞争的情况。 采样结果如下图所示: #### 存在锁竞争的方法
## 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. ## Describe the proposal
## What is the purpose of the change Optimization dubbo meter pull delay and add dubbo version meter and refactor some code fix #11453 fix #11454 ## Brief changelog ##...
## What is the purpose of the change 1.Polish ObservationConfiguration 2.Fix slf4JEventListener ## Brief changelog ## Verifying this change ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field...