Albumen Kevin
Albumen Kevin
This same issue like #10248 If use async call invoke a local service without remote call, this will break the result.
provider 配置和 consumer 配置都发一下?是consumer配置中有逗号还是provider配置中有逗号
https://dubbo.apache.org/zh/docs3-v2/java-sdk/advanced-features-and-usage/service/specify-ip/ 参考使用下这个方案看看
Would you please add some uts for this
service => In a multi-classloader scenario, there may be two interfaces with different service descriptors. consumer => Dubbo supports multiple consumers, that is, multiple linseners can be created on the...
> Thank you, looking at the todo here, there is no `classloader` dimension added to the access of services. Does it need to be improved?  yep, if possible
dubbo.reference.xxx 的应该是哪个版本改成了 dubbo.reference.interface.xxx 了 然后 dubbo.consumer.xxx 本来应该生效的因为 ConsumerConfig 里面没有 protocol 这个属性导致刚好 protocol 这个就不生效了
> 消费端全局指定协议这个功能点还是很重要的,希望在新的版本能够恢复支持 dubbo.reference.protocol=dubbo 这个功能 3.0.11 及以后版本会支持通过 dubbo.consumer.protocol=xxx 来指定协议。
由于安全问题,org.apache.dubbo.remoting.telnet.TelnetHandler 在 Dubbo 2.7 的高版本中大多数实现已经被禁用,Dubbo 3 中已经移动到 qos 模块中。
可以提个PR看怎么修复下