-
2017-07-25 10:58:26,849 (AbstractRegistry.java:302) INFO [restartedMain] [DUBBO] Register: consumer://192.168.8.65/com.demo.service.IHelloService?application=boot-dubbo-web&category=consumers&check=f…
-
Prometheus 需要怎样配置,才能找到dubbo应用实例,哪里有讲Prometheus和dubbo是怎么集成的么?
-
我用的dubbo3.0.5,使用的springboot和dubbo-spring-boot-starter搭建的dubbo服务,我打包成镜像,放到k8s中运行正常,当我给这个pod创建service后,重启一下pod就提示:
Exception encountered during context initialization - cancelling refresh attempt: org.…
-
-
dubbo-spring-boot-starter 3.0.4及一下,在多网卡的情况下会随机选择IP绑定端口,即使通过设置
```
dubbo.provider.host = ${HOSTNAME}
```
本质上还是会从底层随机选择IP绑定,这样即使在服务发现里面看上去是正常的,但是由于IP没绑定对,导致无法通讯。
建议:
多网卡的情况下,直接将端口绑定到0.0.0.0。
-
![image](https://github.com/apache/dubbo-samples/assets/5111350/46651a79-2247-40d3-951d-1ea56f77c98b)
会找不到ObservationRegistry observationRegistry这个bean,然后我声明了一个之后服务能运行了,但是也采集不到dubbo的信息
我的代码:
```
…
-
Most things out there use spring or spring boot. It would be nice to have a demo for how to configure tracing for dubbo when someone is only using the api (per @chickenlj)
http://dubbo.io/books/dub…
-
provider service method:
```
public CompletableFuture newToken(NewTokenInfo tReq) {
TokenInfo tokenInfo = new TokenInfo(JsonUtils.toJson(tReq), 60);
// 可以设置回应附加信息
// RpcContext.getServer…
-
**What happened**:
Java调用Golang Provider时, Golang Provider返回的响应结构体中包含指针类型(`*int64`, 对应Java的`java.lang.Long`)字段, 客户端无法解析.
将Golang Provider响应体中的指针字段改为非指针类型, 或者改为`*bool`即可正常工作.
**What you expected…
-
## Issue Description
通过 Route ID 设置了 降级后,在gatewayFilter 通过dubbo调用 鉴权服务,鉴权服务返回错误后,首次通过接口调用返回状态 500 是正常,但降级后,**返回状态是 200 ,字符为空**,
- filter 设置了 Mono 返回 也无效
- 在 ErrorWebExceptionHandler 获取到了 ParamFl…