apache / brpc

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".
https://brpc.apache.org
Apache License 2.0
16.56k stars 3.98k forks source link

method level option to ignore server eovercrowded #2820

Open superhail opened 1 week ago

superhail commented 1 week ago

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:


Check List: