1 repositorio
Collections of tools for managing distributed RPC services, including reflection, load balancing, and health monitoring.
Distinct from Service & Infrastructure Monitoring: Candidates focus on monitoring or configuration; this is a broader toolkit for the entire RPC service lifecycle.
Explore 1 awesome GitHub repository matching devops & infrastructure · RPC Infrastructure Toolkits. Refine with filters or upvote what's useful.
grpc-rust is a native gRPC framework for Rust designed for building high-performance remote procedure call clients and servers. It provides an asynchronous communication stack and a protocol buffers implementation for encoding, decoding, and generating type-safe code from service definitions. The project enables the implementation of unary and bi-directional data streaming over the HTTP/2 protocol. It includes specialized support for gRPC-Web integration, allowing browser-based clients to communicate with services through protocol translation. The infrastructure covers a broad range of distr
Provides distributed systems capabilities such as service reflection, standardized health monitoring, and client-side load balancing.