Expand description
§Pingora Load Balancing utilities
This crate provides common service discovery, health check and load balancing algorithms for proxies to use.
Modules§
- Service discovery interface and implementations
- Health Check interface and methods.
- Backend selection interfaces and algorithms
Structs§
- Backend represents a server to proxy or connect to.
- A type map of protocol extensions.
- A LoadBalancer instance contains the service discovery, health check and backend selection all together.