Hi all, The Apache bRPC community is glad to announce the new release of Apache bRPC 1.4.0.
Apache bRPC is an Industrial-grade RPC framework using C++ Language, which is often used in high-performance systems such as Search, Storage, Machine learning, Advertisement, Recommendation, etc. Brief notes of this release: - Support RDMA; - Support to dump MVariable in Prometheus format; - Support to limit max bytes in stream consume queue with the same host socket; - Add timeout concurrency limiter; - Add a flag to manage http body on error; - Add gflag to disable the sampler thread; - Add delete_stats and has_stats interface to MVariable; - Optimize parallel channel request map method; More details regarding Apache bRPC can be found at: https://brpc.apache.org/ The release is available for download at: https://brpc.apache.org/download/ The release notes can be found here: https://github.com/apache/brpc/releases/tag/1.4.0 Website: https://brpc.apache.org/ Apache bRPC Resources: - Issue: https://github.com/apache/brpc/issues/ - Mailing list: [email protected] - Documents: https://brpc.apache.org/docs/ We would like to thank all contributors of the Apache bRPC community who made this release possible! Best Regards, Apache bRPC Community
