command
Version:
v0.7.3
Opens a new window with list of versions in this module.
Published: Aug 11, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
loadbalance 示例:一致性哈希(会话粘性)+ 平滑加权轮询(按容量分发)。
演示 pkg/loadbalance 的两个算法:
- /consistent?user=alice 按用户名一致性哈希路由到稳定后端;
- /wrr 加权轮询,每次请求按权重比例选后端。
跑:go run ./examples/loadbalance
Source Files
¶
Click to show internal directories.
Click to hide internal directories.