-
controller use @Reference throw NullPointerException
![image](https://user-images.githubusercontent.com/16758768/41572482-a1fbb4aa-73aa-11e8-88ac-ace9d18a4b80.png)
1.add method in UserService
2…
-
group 服务分组,当一个接口有多个实现,可以用分组区分 ,不起作用
org.springframework.context.annotation.ConflictingBeanDefinitionException: Annotation-specified bean name 'channelMerchantProvider' for bean class [com.mipay.po…
-
在spring-configuration-metadata.json文件中定义的是dubbo.scan.base-packages
{
"sourceType": "com.alibaba.boot.dubbo.autoconfigure.DubboScanProperties",
"name": "dubbo.scan.base-packages",
"descriptio…
-
我先搭建了sofa-boot ,参考sofa-rpc文档完成配置,单独看dubbo call/service功能是没有问题的,但是我启动sofa-rpc模块后(XXX-executable-ark.jar),telnet 1234,然后check -b 发现无结果:
```
Trying 127.0.0.1...
Connected to localhost.
Escape chara…
-
### application.ymal
```ymal
dubbo:
registries:
- id: master
address: zookeeper://127.0.0.1:2181
isDefault: true
- id: user-center-zk
address: zookeeper://10.173.15…
-
项目:dubbo-spring-boot-starter
版本:0.2.0
设置:
@Reference(version = "0.0.1", retries = 0)
public EmployeeApi employeeApi;
单独设置某个引用超时后重试次数为0即关闭重试,但通过自测发现,设置retries为0是无效的,默认还会重试2次,通过debug调用链发现注解上的元素…
-
### Describe the bug
Sample project's exception provider `SofaRestExceptionHandler` has a bug.
Any business exception will cause 500 bug with no content response.
The buggy code is here:
`…
alswl updated
5 years ago
-
**问题:**
使用最新版本的dubbo和starter 想使用多协议于是就有了下面的配置:
dubbo:
application:
name: demo-provider
id: pro-id
version: 1.0.0
registry:
address: zookeeper://127.0.0.1:2181
protocols:…
-
Currently, we came up with a issue, the archived logs in otherdays folder take a lot space.
![image](https://user-images.githubusercontent.com/3948418/47769300-64811400-dd16-11e8-8f1b-cf90c83fee8…
-
- [x] I have searched the [issues](https://github.com/apache/incubator-dubbo/issues) of this repository and believe that this is not a duplicate.
- [x] I have checked the [FAQ](https://github.com/apa…