Tonic gRPC library upstreams to CNCF governance
Tonic moves to grpc/grpc-rust under CNCF, Google and LinkedIn now co-maintain; new transport layer ships alongside backward-compatible codegen for existing users.
May 27, 2026
Summary
Fixes maintenance bottleneck that blocked new features for years. Developers using tonic get load balancing and xDS support without rewriting; new grpc-rust crate offers optimized transport as opt-in path.
Why it matters
Fixes maintenance bottleneck that blocked new features for years. Developers using tonic get load balancing and xDS support without rewriting; new grpc-rust crate offers optimized transport as opt-in path.
Implementation verdict
Not a breaking change yet. Preview release still uses tonic transport; new grpc crate is parallel implementation. Current tonic users: wait for preview, evaluate new transport. New projects: preview gives early access to xDS and fresh API design, but don't migrate production code until GA.
Sources
- 1.Over the next week hyperium/tonic will become grpc/grpc-rust
- 2.the preview release that will be coming out soon will actually still be based on the tonic transport
- 3.we will be shipping a new tonic-xds crate
- 4.12k stars on github and is being used in many large engineering organizations
Dev Signal
Get briefs like this in your inbox — free, 3x a week.
100+ sources compressed into one 4-minute read. Ranked, cited, implementation-ready.