roundrobin

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Init added in v0.9.0

func Init() error

Init registers the round-robin balancer with the balancer registry.

Types

type Balancer added in v0.10.0

type Balancer struct {
	Counter atomic.Uint64
	// contains filtered or unexported fields
}

Balancer implements a round-robin load balancer.

func NewBalancer

func NewBalancer(endpoints []*target.Endpoint) *Balancer

NewBalancer creates a new round-robin balancer with the given endpoints.

func (*Balancer) Select added in v0.10.0

Select returns the next available endpoint in round-robin order.

Jump to

Keyboard shortcuts

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