Add session affinity to custom load balancing

This commit is contained in:
Zenara Daley 2018-04-12 14:21:42 -04:00
parent 353c63153e
commit 6ed256dde6
6 changed files with 444 additions and 104 deletions

File diff suppressed because one or more lines are too long

View file

@ -193,6 +193,7 @@ func buildLuaSharedDictionaries(s interface{}, dynamicConfigurationEnabled bool,
"lua_shared_dict locks 512k",
"lua_shared_dict balancer_ewma 1M",
"lua_shared_dict balancer_ewma_last_touched_at 1M",
"lua_shared_dict sticky_sessions 1M",
)
}