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

Make CheckHealth public for users to use this function. #2747

Closed ketor closed 2 months ago

ketor commented 2 months ago

What problem does this PR solve?

Issue Number:

Problem Summary:

What is changed and the side effects?

Changed: 允许bRPC外部的代码调用CheckHealth函数来检测channel是否健康。这个功能在网易的Curve项目中有线上的使用,目前是通过编译时打patch来维护的,希望官方能给支持。

Side effects:


Check List: