brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
Changed: add a method-level option(only valid for baidu_rpc, http_rpc, hulu_pbrpc and sofa_pbrpc protocols) to enable ignore eovercrowded errors for some methods.
Side effects:
Performance effects(性能影响): no or little
Breaking backward compatibility(向后兼容性):
Check List:
Please make sure your changes are compilable(请确保你的更改可以通过编译).
When providing us with a new feature, it is best to add related tests(如果你向我们增加一个新的功能, 请添加相关测试).
What problem does this PR solve?
Issue Number:
Problem Summary:
What is changed and the side effects?
Changed: add a method-level option(only valid for baidu_rpc, http_rpc, hulu_pbrpc and sofa_pbrpc protocols) to enable ignore eovercrowded errors for some methods.
Side effects:
Performance effects(性能影响): no or little
Breaking backward compatibility(向后兼容性):
Check List: