Albumen Kevin

Results 744 comments of Albumen Kevin

相关issue:https://github.com/apache/dubbo/issues/10196 这个问题也是 serviceProtocolKey 不支持泛匹配导致的

Will be fixed in https://github.com/apache/dubbo/pull/10256

https://dubbo.apache.org/zh/docs3-building/java-sdk/reference-manual/graalvm/

这个PR会导致 ClusterFilter 在 Filter 之后工作。 Filter 的织入是在 org.apache.dubbo.rpc.cluster.filter.ProtocolFilterWrapper,而 PR 修改完 ClusterFilter 是在 org.apache.dubbo.rpc.protocol.injvm.InjvmProtocol#doCreateInvoker 才织入

这里看起来有几个问题: 1. 本地连本地是否路由不通 2. provider 端口是 9211,是否是自己配置的,需要检查防火墙 3. local 的应该是不会走到地址通知的,对于 Dubbo 来说如果本地有服务会直接生成本地的引用

please submit this issue to https://github.com/apache/dubbo

you can use `parameters` in Reference to achieve this

服务端也可以有泛化实现,可以参考 https://github.com/apache/dubbo-samples/tree/master/dubbo-samples-generic/dubbo-samples-generic-impl