You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* perf(round_robin) ring balancer with no hashing feats
This commit adds a round-robin algorithm with the same features as the
previous ring algorithm, but with no consistent-hashing support.
* tests(*) tests matching the new algorithms
* fix(round_robin) reduce the number of intermediate tables
* perf(round_robin) use ipairs
* perf(round_robin) shuffle the wheel after adding addresses
Currently you are required to pass a key, the plugin should generate a key when no key is passed, making it easier to use and configure.
Should a user pass a key, the KeyAuth plugin should favor that key over generating.
The text was updated successfully, but these errors were encountered: