export const LOAD_BALANCE_MODES = [
    "round_robin",
    "least_conn",
    "ip_hash",
];