@LiZhenNet 我在做一个测试 Dubbo 接口的工具,在不知道 Dubbo 
服务定义的情况下,通过泛化引用来测试Dubbo的接口,再写泛化调用时需要填写实际实现接口的 class 全路径引用, 方法名, 参数列表的全路径引用 
,http://dubbo.apache.org/zh-cn/docs/user/demos/generic-reference.html

我这个工具希望在不知道具体接口定义的情况下(无jar包)提供出 泛化引用需要的那几个参数,其中通过 ZK 可以获取 Address, Interface, 
Methods 但是不能获取参数列表引用(这个可以通过 Telnet 的 ls 命令获取),所以想知道在已经获得 `ReferenceConfig` 和 
`GenericService` 的情况下能不能发送个什么指令(类似Telnet 里的 `ls`命令 )可以获得 参数列表,而不需要再通过 Telnet 协议

[ Full content available at: 
https://github.com/apache/incubator-dubbo/issues/3105 ]
This message was relayed via gitbox.apache.org for 
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to