huntinux edited a comment on issue #954: URL: https://github.com/apache/incubator-brpc/issues/954#issuecomment-625592581
非pb编码的协议,可以参考mcpack的实现,个人感觉比较复杂。 另一种方案是参考redis协议,并利用现有的tars序列化和反序列化。缺点是存在不必要的拷贝,可能不高效。 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
