Add EWMA as configurable load balancing algorithm (#2229)

This commit is contained in:
Zenara Daley 2018-03-23 11:06:21 -04:00 committed by Manuel Alejandro de Brito Fontes
parent b0a63fe3ff
commit 6e099c5f57
6 changed files with 283 additions and 13 deletions

View file

@ -519,6 +519,7 @@ The value can either be:
- round_robin: to use the default round robin loadbalancer
- least_conn: to use the least connected method
- ip_hash: to use a hash of the server for routing.
- ewma: to use the peak ewma method for routing (only available with `enable-dynamic-configuration` flag)
The default is least_conn.