Aleksey Shakhmatov 8d322123a4 Add load balancer with round-robin, failover, and weighted strategies
Implements balancer middleware with URL rewriting per-request:
- RoundRobin, Failover, and WeightedRandom endpoint selection strategies
- Background HealthChecker with configurable probe interval and path
- Thread-safe health state tracking with sync.RWMutex
2026-03-20 14:22:07 +03:00
2026-03-20 10:35:38 +00:00
2026-03-20 10:35:38 +00:00
2026-03-20 10:35:38 +00:00
Description
No description provided
Readme MIT 174 KiB
Languages
Go 100%