Albumen Kevin
Albumen Kevin
The problem is caused by `org/apache/dubbo/qos/server/handler/QosProcessHandler.java:92`
I wonder if `byte[]` is enough. `InputStream` is not a good object to transfer on network.
1. We can set TTL for it. But we need a mechanism to refresh it. 2. You can upgrade it in 3.3.x
> > 1. We can set TTL for it. But we need a mechanism to refresh it. > > 2. You can upgrade it in 3.3.x > > Currently, the...
这里需要一个服务映射的功能。 因为dubbo本身是没法在消费端侧知道interface对应的appName是什么,在 Kubernetes 体系下,Service 对应的是 appName,没有 appName 就没法做订阅,所以才有了 providedBy 这个参数。 对于一些其他注册中心下的,比如 nacos 默认会开启元数据中心,元数据中心中会存有一份 interface to appName 的映射,所以不需要配 providedBy 参数。但是 Kubernetes 原生体系下没有这个元数据中心。
> 作为一个使用思维感觉上提个自己的建议,在消费者端指定providedBy没有在服务提供者端指定好,毕竟服务提供者是最知道自己的应用名的,所以可以在暴露出来的interface上带上这个应用名信息,小建议 一个不错的提议,或许我们可以调研下怎么支持
> 验证模块 这个是啥
麻烦在 https://github.com/alibaba/sentinel 仓库下提交个 issue @sczyh30 PTAL
Can you please provide a demo?