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



##########
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 converting POJO => which converts the 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