Closed Tieske closed 3 years ago
relies on PR https://github.com/openresty/lua-resty-dns/pull/55, added the not-merge label until that PR is approved and merged.
NOTE: this changes default behaviour from openresty defaults (no_random = false), to proper dns defaults (rotate = false --> no_random = true). It will not break anything, but will distribute load differently.
no_random = false
rotate = false
no_random = true
relies on PR https://github.com/openresty/lua-resty-dns/pull/55, added the not-merge label until that PR is approved and merged.
NOTE: this changes default behaviour from openresty defaults (
no_random = false
), to proper dns defaults (rotate = false
-->no_random = true
). It will not break anything, but will distribute load differently.