-
-
## 第一个 Dubbo 程序
1. Dubbo 是什么?Why Dubbo?
a. 为什么需要使用 RPC,RPC 的使用场景
b. Dubbo 作为 RPC 框架与 Http、Tcp 的关系(重点强调 RPC 的语义,即能像调用本地方法一样跨进程调用服务提供者)
c. Dubbo 的特性一览
2. Dubbo 和 Springboot 的集成(包括一个 Hello Wor…
-
可以参考我的实现方式:
1:创建resources\META-INF\dubbo\org.apache.dubbo.rpc.ProxyFactory
值为: dubboTagSetterProxy=com.ssit.credit.common.dubbo.DubboTagSetterProxy
2: 中增加 proxy="dubboTagSetterProxy"
3: DubboTagS…
-
-
```js
'use strict'
const ZookeeperDubbo = require('node-zookeeper-dubbo')
const Dubbo = new ZookeeperDubbo({
application: { name: 'maldives' },
registry: '10.81.68.173:2181',
dubboVer: '…
-
报错信息:
2023-04-12 09:22:43.674|-|appname|-|Dubbo-framework-metadata-retry-thread-1|-|ERROR|-|069e033bb53e4d19b418481b2a439a5a|-|Access.org.apache.dubbo.metadata.MetadataService|-|FAILURE|CLIENT:[10.23…
-
很多公司都有PHP端调用JAVA端的服务的需求,而很多JAVA端使用了dubbo作为RPC框架,希望hyperf对dubbo提供支持
-
### spring-cloud-starter-dubbo-2021.0.1.0 DubboMetadataAutoConfiguration 循环依赖问题
```
The dependencies of some of the beans in the application context form a cycle:
targeterBeanPostProcess…
-
### Pre-check
- [X] I am sure that all the content I provide is in English.
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/dubbo/issues?q=is%3Aissue) and f…
-
报错信息如下:
2018-05-24 19:10:02.183 [/?action=channelAction&channelId=1&status=start&pageIndex=1&searchKey=&eventSubmitDoStatus=true] ERROR c.a.d.r.exchange.support.header.HeaderExchangeHandler - [DUBBO…