package randomsubsetting
import "google.golang.org/grpc/balancer/randomsubsetting"
Package randomsubsetting implements the random_subsetting LB policy specified here: https://github.com/grpc/proposal/blob/master/A68-random-subsetting.md
To install the LB policy, import this package as:
import _ "google.golang.org/grpc/balancer/randomsubsetting"
Experimental
Notice: This package is EXPERIMENTAL and may be changed or removed in a later release.
Index ¶
Constants ¶
const Name = "random_subsetting_experimental"
Name is the name of the random subsetting load balancer.
Source Files ¶
randomsubsetting.go
- Version
- v1.82.0-dev
- Published
- Apr 15, 2026
- Platform
- linux/amd64
- Imports
- 13 packages
- Last checked
- 2 hours ago –
Tools for package owners.