EarthChen opened a new issue, #10776: URL: https://github.com/apache/dubbo/issues/10776
# Background The current triple protocol only supports pb serialization temporarily, it is recommended to use idl to generate stub. However, there are still many users (especially java) users who are not used to using idl to generate stubs, so the triple protocol serializes the user objects into bytes in order to be compatible with the user habits of dubbo2, and then uses pb for packaging. Although this solution is feasible, serialization twice will lead to poor performance。 ## Describe the proposal In order to solve the above problems, we first have to make the triple protocol not strongly bound to pb. We can use the content-type transfer serialization type to support different serialization protocols. > But it should be noted that compatibility with the existing wrapper mode is required -- 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]
