xavier-niu commented on a change in pull request #250:
URL: https://github.com/apache/dubbo-go-samples/pull/250#discussion_r710944947



##########
File path: generic/README.md
##########
@@ -1,42 +1,52 @@
 # Generic Invocation
 
-Generic invocation is mainly used when the client does not have API interface 
or model class, all POJOs in parameters and return values are represented by 
map or other generic data structures. Commonly used for framework integration 
such as: implementing a common service testing framework, all service 
implementations can be invoked via `GenericService`. For more information 
please visit our documentation.
+Generic invocation ensures RPC could be passed properly even if one of clients 
has no information about interface, that is converting POJO to a generic type, 
like dictionary, string etc. It is often used for testing and gateways.

Review comment:
       that is 是“也就是说”的意思。
   
   Genivk 确保RPC可以正常传递,即使其中一个客户端没有接口信息,即把POJO转换为通用类型,如字典、字符串等。




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to