-
*Title*: `num_retries` set to 0 in the `retry_policy` still attempts a retry after a failure.
*Description*:
The only way to completely stop retries seems to be to completely remove the `retry_po…
-
跟踪代码时发现admin在远程调用方法时,从元数据中心获取的参数类型就是"Map",此类型在Provider端解析不了(只能解析形如Map[][]格式)。在不改变dubbo源码的情况下,我暂时在admin远程调用方法前去掉了,也就是将类型改为“Map”,才可以调用成功,希望下个迭代更新下这个Bug。
-
Add a global diagram. Display the call relationship of all applications
1. Select a good front end graph component
2. Good front end interaction
-
- [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate.
- [ ] I have checked the [FAQ](https://github.com/apache/dubbo/…
-
查看服务信息报:
Message:java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
-
服务端是个单机,客户端通过设置 url 直连访问的,没有使用 zookeeper,要使用 dubbo-admin 怎么配置呢?
-
I am running envoy v1.11.0 with dubbo config as following:
```
admin:
access_log_path: /tmp/admin_access.log
address:
socket_address: { address: 127.0.0.1, port_value: 15000 }
static_res…
-
我是用api方式实现的,另外元数据会不会影响统计功能?我发现统计功能也无法使用。
-
一个服务创建多个条件路由后,页面只能查出最后一条,但其实 zookeeper中是有多个路由记录的
-
*Description*:
We use envoy as a sidecar in our API Gateway, all the ingress and egress(REST And GRPC) calls passes through envoy.
Since many services use envoy, we have common role to support any…