pub fn parse_config(input: &str) -> Result<LbConfig, ConfigError>Expand description
Parse a load balancer configuration from key=value format.
Recognized keys:
health_check_interval=Nrate_limit_rps=Nrate_limit_burst=Nvip=addr:port:algorithm(e.g.,vip=10.96.0.1:80:roundrobin)backend=vip_addr:vip_port:backend_addr:backend_portroute=path_prefix:host:backend_group