balancer

package
v2.1.43 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// BalancerName is the name of consistent-hashing balancer.
	BalancerName = "consistent-hashing"

	// BalancerServiceConfig is a service config that sets the default balancer
	// to the consistent-hashing balancer.
	BalancerServiceConfig = `{"loadBalancingPolicy":"consistent-hashing"}`

	// ContextKey is the key for the grpc request's context.Context which points to
	// the key to hash for the request.
	ContextKey = ContextKeyType("consistent-hashing-key")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ConsistentHashingPickerBuilder added in v2.0.8

type ConsistentHashingPickerBuilder struct {
	// contains filtered or unexported fields
}

func NewConsistentHashingBuilder

func NewConsistentHashingBuilder() (balancer.Builder, *ConsistentHashingPickerBuilder)

NewConsistentHashingBuilder creates a new consistent-hashing balancer builder.

func (*ConsistentHashingPickerBuilder) Build added in v2.0.8

func (*ConsistentHashingPickerBuilder) GetCircle added in v2.0.8

func (b *ConsistentHashingPickerBuilder) GetCircle() (map[string]string, error)

type ContextKeyType

type ContextKeyType string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL