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

package weightedroundrobin

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

Package weightedroundrobin defines a weighted roundrobin balancer.

Index

Constants

const Name = "weighted_round_robin"

Name is the name of weighted_round_robin balancer.

Types

type AddrInfo

type AddrInfo struct {
	Weight uint32
}

AddrInfo will be stored inside Address metadata in order to use weighted roundrobin balancer.

Source Files

weightedroundrobin.go

Version
v1.27.0-pre
Published
Dec 17, 2019
Platform
linux/amd64
Last checked
4 hours ago

Tools for package owners.