> @xcorpio telnet调用,代码可以开一个tcp长连接,按照dubbo提供的调用命令,直接写socket数据和读取就可以了 > > 如果你熟悉dubbo框架代码,请阅读:`org.apache.dubbo.rpc.protocol.dubbo.telnet.InvokeTelnetHandler` > > 如果不熟悉,请使用`sudo tcpdump -i any -A dst port 20880 `抓包看返回数据
OK多谢。@zonghaishang ,我想能不能扩展 `泛化调用` ,写成的内置服务。我觉得通过 `泛化调用` 来调用简单些,如果要这么做,我需要付出什么代价吗,能写扩展实现吗?再创建个长连接,觉得有些麻烦🤔 [ 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]
