dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

The java implementation of Apache Dubbo. An RPC and microservice framework.

Results 846 dubbo issues
Sort by recently updated
recently updated
newest added

## 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 通信模式?

status/waiting-for-feedback

通过dubbo-compiler的插件生成了接口,会自动生成xxxAsync()方法,但是它只是通过CompletableFuture.completedFuture()包装了同步方法,它仍然会阻塞consumer的业务线程。这么实现的目的是什么? ![image](https://user-images.githubusercontent.com/18373569/216303859-4c8fe6e5-428b-417c-baa5-df4aa444719c.png) ![image](https://user-images.githubusercontent.com/18373569/216304057-e564e268-14e6-40e3-8244-7380fd9c9c85.png) ## 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));.如此就会造成阻塞了,没有达到异步的目的

type/question

- [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...

type/bug

https://github.com/apache/dubbo-samples/pull/711#discussion_r1090707042

type/feature

通过`jvisualvm`对Consumer采样发现,EventLoop线程会在写消息时与用户线程产生锁竞争的情况。 采样结果如下图所示: #### 存在锁竞争的方法

type/bug

## 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...

status/don’t-merge

- [ ] 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

type/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...