hairet opened a new issue #681: brpc的baidu协议不支持catch异常,是处于什么考虑 URL: https://github.com/apache/incubator-brpc/issues/681 **Is your feature request related to a problem? (你需要的功能是否与某个问题有关?)** 现在有些业务调用一些底层库会抛异常,但是只有thrift等协议会catch,而如果是baidu协议,会一直回溯到完全无关的堆栈再coredump,不利于提示业务分析问题。 **Describe the solution you'd like (描述你期望的解决方法)** 想了解下这里不catch 异常的原因? **Describe alternatives you've considered (描述你想到的折衷方案)** 暂时考虑在baidu协议里面自行cacth异常,log出来再 assert **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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
