balancer

package
v2.0.7-beta.6 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2022 License: Apache-2.0 Imports: 6 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

func NewConsistentHashingBuilder

func NewConsistentHashingBuilder() balancer.Builder

NewConsistentHashingBuilder creates a new consistent-hashing balancer builder.

Types

type ContextKeyType

type ContextKeyType string

Jump to

Keyboard shortcuts

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