-
```java
@Configuration
public class DubboReferenceConfig extends DubboConfig {
@Bean
@Qualifier("managerServiceReferenceBean")
public ReferenceBean managerServiceReferenceBean() {
…
-
I hava config the **dubbo.properties**
dubbo.registry.address=zookeeper://192.168.84.134:7763
bug it is not work
the dubbo-monitor can not start
cat the log file dubbo-monitor-simple.log
the m…
-
alibaba/dubbo#1004
-
### Environment
* Dubbo version: 2.7.11
* Operating System version: win10
* Java version: oracle jdk 1.8.0_281
### Steps to reproduce this issue
1. Define the SPI extension point of org.apa…
-
* dubbo监控平台只显示了所有服务端、客户端的整体性能指标,缺少单台机器的指标显示
* dubbo监控平台只能统计平均rt和平均qps,平均值本身就是非常不清晰的指标,采用百分比分布统计的方式会更好
* dubbo监控平台没有提供报警功能,没有办法及时发现问题。或者留一个口子给报警。
------
* The monitoring platform only shows the ove…
-
```
com.alibaba.dubbo.rpc.RpcException: user.api.service.IUserService.getUserWechatOpenInfo(java.lang.Integer)
at com.alibaba.dubbo.validation.filter.ValidationFilter.invoke(ValidationFilter.java:5…
-
目前只有中文的文档,有英语好的小伙伴可以参与进来,进行翻译。
所有文档在这里:https://gitee.com/shuaiqiyu/website/tree/master/docs/zh-cn/soul
这是官网的文档:https://dromara.org/website/zh-cn/docs/soul/soul.html
翻译后的md文件用 en结尾
* 翻译任务一…
-
zookeeper用的是远程服务器,地址已经在配置文件配置过,执行的start.sh脚本,不知道为何显示的注册地址是localhost/127.0.0.1:2181,且检测不到远程注册的服务。
--
-
注册中心为nacos,provider频繁上线时,consumer会出现以下异常:
```
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x9edf17]
…
-
Do we have health check endpoint for dubbo-ops?
Something like host/health and return
```json
{
"status": "UP"
}
```
I think this is useful for system to do monitor and health check