Albumen Kevin

Results 745 comments of Albumen Kevin

tri 协议目前暂不支持抛出异常,下个版本将正式支持抛自定义异常。

> > tri 协议目前暂不支持抛出异常,下个版本将正式支持抛自定义异常。 > > 您好 下个版本大概预计什么时间上线呀? 下个月底会正式发布

因为规则是绑定 app 的,所以多个 app 需要独立配置规则

这一块可以后面的版本完善下,可以帮忙提个 PR 上来哦

> > 如果注册中心地址使用了nacos协议,检查是否使用dubbo.cloud.subscribed-services,如果有,注释调试试,即不用订阅服务(nacos默认是接口发现) > > ``` > > dubbo: > > cloud: > > #subscribed-services: dms-service-provider > > ``` > > 有没有什么办法能动态订阅,我不想用*订阅所有服务,我只有跑的时候才去有可能订阅服务 使用原生 Dubbo 3 的应用级服务发现是能支持的,使用 Spring Cloud Alibaba 版本由于缺失服务映射无法支持

这一块看起来在 Dubbo 3 是没问题的,你可以试下跑 3.1.1 版本看看,有问题的话再提交个 issue 吧

![image](https://user-images.githubusercontent.com/9292748/196081867-83c79aa0-a1e0-4dff-9ed3-68b955b4121e.png)

> > ![image](https://user-images.githubusercontent.com/9292748/196081867-83c79aa0-a1e0-4dff-9ed3-68b955b4121e.png) > > I want to test `ConfigValidationUtils#checkQosDependency()` even though it is private, but the method has no testable item except `logger#warn()`. So I intend to mock `logger`...