package pickfirstleaf

import "google.golang.org/grpc/balancer/pickfirst/pickfirstleaf"

Package pickfirstleaf contains the pick_first load balancing policy which will be the universal leaf policy after dualstack changes are implemented.

Experimental

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

Index

Variables

var (

	// Name is the name of the pick_first_leaf balancer.
	// It is changed to "pick_first" in init() if this balancer is to be
	// registered as the default pickfirst.
	Name = "pick_first_leaf"
)

Source Files

pickfirstleaf.go

Version
v1.68.1
Published
Dec 4, 2024
Platform
linux/amd64
Imports
13 packages
Last checked
49 minutes ago

Tools for package owners.