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

Hi community, grpc-bench is a great place to bench the grpc performance. Is there anyone want to take this issue and submit dubbo to grpc_bench? https://github.com/LesnyRumcajs/grpc_bench After you done, please...

help wanted
type/proposal
component/benchmark

- [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.3 * Operating System version: win10 *...

type/bug
help wanted
component/sdk

- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [x] I have searched the [release notes](https://github.com/apache/dubbo/releases) of this repository and...

help wanted
type/proposal
type/discussion
component/sdk

- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. - [x] I have searched the [release notes](https://github.com/apache/dubbo/releases) of this repository and...

help wanted
type/proposal
type/discussion
component/sdk

TimeCounterEvent in the Metrics module is now an abstract class, and events inherit from it to have the ability to calculate rt. Inheritance mechanism brings inflexibility and sometimes we have...

help wanted
type/proposal
component/sdk

dubbo 版本:3.1.10 springboot版本: 2.2.0 release 复现步骤: 1.增加系统配置:dubbo.application.metadata.publish.delay=1000 2.暴露dubbo接口 3.启动 Failed to bind properties under 'dubbo.application' to org.apache.dubbo.config.ApplicationConfig: Property: dubbo.application.metadata.publish.delay Value: 1000 Origin: class path resource [bootstrap.yml]:22:16 Reason: No setter found...

type/bug
help wanted
good first issue
component/sdk

- [ ] 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: xxx * Operating System version: xxx...

help wanted
type/proposal
component/sdk

假设 zk 上的 dubbo 注册信息根路径是 /dubbo. 上面有接口级的例如 ``` /dubbo/com.example.SomeInterface ``` 还有应用级的, 例如 ``` /dubbo/SomeService - 127.0.0.1:20880 ``` 当 org.apache.dubbo.registry.zookeeper.ZookeeperRegistry#doSubscribe 调用的时候, 如果走到了 ANY_VALUE.equals(url.getServiceInterface()) 的分支, 会把底下所有子节点都 subscribe. 即上面例子的 /dubbo/com.example.SomeInterface 和 /dubbo/SomeService 都...

type/bug
help wanted
good first issue
component/sdk

reactor thread model based on virtual thread adaptation to netty

type/proposal

- [*] 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.3(org.apache.dubbo) * Operating System version: macOS Monterey...

help wanted
type/discussion
component/sdk