@khanimteyaz 
Hi, I tried to explain it instead of him.

In dubbo, the Provider side exposes a Proxy object instead of the actual 
ServiceImpl object (such as UserServiceImpl).

If we try to call UserServiceImpl directly, then we actually bypass the proxy 
class of UserServiceImpl (this proxy class is produced by dubbo). 

Telnet is to test the effect of a method. If we bypass the entire proxy and 
only test UserServiceImpl, then it is meaningless. The effect of this operation 
is equivalent to Unit Test.

[ Full content available at: 
https://github.com/apache/incubator-dubbo/pull/3013 ]
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