guodongxiaren opened a new issue #1265: URL: https://github.com/apache/incubator-brpc/issues/1265
**Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** 我有一个比较大的request。CopyFrom的开销比较大。 request里面有一个大的队列。现在我想给队列里的元素都做一次预处理。我想对后面处理逻辑透明。只能自己CopyFrom一个新的request。然后让后续的逻辑都解析新request吗? **Describe the solution you'd like (描述你期望的解决方法)** **Describe alternatives you've considered (描述你想到的折衷方案)** **Additional context/screenshots (更多上下文/截图)** ---------------------------------------------------------------- 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]
