grpcgoogle.golang.org/grpc/balancer/endpointsharding Index | Files

package endpointsharding

import "google.golang.org/grpc/balancer/endpointsharding"

Package endpointsharding implements a load balancing policy that manages homogeneous child policies each owning a single endpoint.

Experimental

Notice: This package is EXPERIMENTAL and may be changed or removed in a later release.

Index

Variables

var PickFirstConfig string

PickFirstConfig is a pick first config without shuffling enabled.

Functions

func NewBalancer

NewBalancer returns a load balancing policy that manages homogeneous child policies each owning a single endpoint.

func ParseConfig

ParseConfig parses a child config list and returns an LB config to use with the endpointsharding balancer.

cfg is expected to be a JSON array of LB policy names + configs as the format of the loadBalancingConfig field in ServiceConfig.

Types

type ChildState

type ChildState struct {
	Endpoint resolver.Endpoint
	State    balancer.State
}

ChildState is the balancer state of a child along with the endpoint which identifies the child balancer.

func ChildStatesFromPicker

func ChildStatesFromPicker(picker balancer.Picker) []ChildState

ChildStatesFromPicker returns the state of all the children managed by the endpoint sharding balancer that created this picker.

Source Files

endpointsharding.go

Version
v1.71.0-dev
Published
Jan 8, 2025
Platform
linux/amd64
Imports
13 packages
Last checked
1 minute ago

Tools for package owners.