loadbalance

command
v0.7.2 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

loadbalance 示例:一致性哈希(会话粘性)+ 平滑加权轮询(按容量分发)。

演示 pkg/loadbalance 的两个算法:

  • /consistent?user=alice 按用户名一致性哈希路由到稳定后端;
  • /wrr 加权轮询,每次请求按权重比例选后端。

跑:go run ./examples/loadbalance

Jump to

Keyboard shortcuts

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