dubbo
dubbo copied to clipboard
The java implementation of Apache Dubbo. An RPC and microservice framework.
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...
- [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 *...
- [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...
- [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...
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...
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...
- [ ] 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...
假设 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 都...
- [*] 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...