-
[这里](https://github.com/omnip620/node-zookeeper-dubbo/blob/master/libs/decode.js#L42) 判断返回值时只有 0 1 2 三种情况,但是运行 demo 时发现返回的是 4.
[dubbo-js](https://github.com/apache/dubbo-js/blob/master/packages/dub…
-
- [ ] I have searched the [issues](https://github.com/apache/dubbo-admin/issues) of this repository and believe that this is not a duplicate.
- [ ] I have checked the [REAMDE](https://github.com/apac…
-
## 下载&安装 dubboctl
支持下载压缩包
curl -L https://dubbo.apache.org/downloadAdmin | sh -
cd admin-0.5.0
export PATH=$PWD/bin:$PATH
## 安装组件
### 目标
- 输出一个参考文档:包含profile说明、component 列表与启用说明、components 配置…
-
dubbo.yaml 中按照如下配置 consumer,check设置为了false,但是启动时会因为无法连接url服务而直接panic。
java 项目就没有这个问题。
```
consumer:
request-timeout: 20s
check: false
filter: "cshutdown" #common-filter,
…
-
**Which Component**
Dubbo
**Describe the bug**
1. the 0.9.0 version uses @dubbotransported () to find that it does not appear to have been invoked through Dubbo because the service provider's Rp…
-
spring 配置如下
```xml
```
对于这个配置,当使用注释掉的 dubbo 协议时可以正常执行,但换成 rest 就出现如下错误,在网上搜了很多都没有找到解决方案,特来此求助
```shell
Ex…
-
Dubbo提供了和k8s结合的几种用法,但是并未在Dubbo Admin中进行适配,需要根据具体的场景来进行适配,保证Dubbo Admin在云原生场景下能够继续发挥服务查询,流量管控等作用。
## 应用级别注册的服务查询
此功能详见[文档介绍](https://cn.dubbo.apache.org/zh-cn/overview/core-features/service-discove…
-
# 门面文档
目录 | 描述
-- | --
什么是 Dubbo | Dubbo 简介(定义Dubbo、解决什么问题、秀重点功能)、核心概念(架构与概念串讲)、Dubbo 生态
快速开始 | Golang 快速开始、Java 快速开始、Rust 快速开始
3.0 速览| Triple、应用级服务发现、IDL、云原生、Mesh、多语言
示例实践| 以一个完整的 demo 完整的体…
-
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
## 环境
![image](https://user-images.githubusercontent.com…
-
差不多的写法,dubbo可以,motan不可以。dubbo支持直接注入spring 上下文,motan为什么失败了呢。
class MyClient {
@MotanReferer(basicReferer = "refererConfig")
private RemoteService remoteService;
....
}
其他配置按demo修改的。就是注入…