superhail commented on code in PR #2820: URL: https://github.com/apache/brpc/pull/2820#discussion_r1862885253
########## src/brpc/server.h: ########## @@ -595,6 +601,19 @@ class Server { int MaxConcurrencyOf(google::protobuf::Service* service, const butil::StringPiece& method_name) const; + bool& IgnoreEovercrowdedOf(const butil::StringPiece& full_method_name); + bool IgnoreEovercrowdedOf(const butil::StringPiece& full_method_name) const; + + bool& IgnoreEovercrowdedOf(const butil::StringPiece& full_service_name, + const butil::StringPiece& method_name); + bool IgnoreEovercrowdedOf(const butil::StringPiece& full_service_name, + const butil::StringPiece& method_name) const; + + bool& IgnoreEovercrowdedOf(google::protobuf::Service* service, + const butil::StringPiece& method_name); + bool IgnoreEovercrowdedOf(google::protobuf::Service* service, Review Comment: 好的,我看看,有些接口应该可以去掉 -- 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. To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org