This is an automated email from the ASF dual-hosted git repository.
spacewander pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git.
from a773a8f optimize: prometheus.exporter should init before plugins
apache/apisix#3286 (#3296)
add f349cc0 feat: load balance by least connections (#3304)
No new revisions were added by this update.
Summary of changes:
apisix/balancer.lua | 11 +-
apisix/balancer/{roundrobin.lua => least_conn.lua} | 67 ++++++---
apisix/schema_def.lua | 2 +-
doc/admin-api.md | 11 +-
doc/zh-cn/admin-api.md | 11 +-
rockspec/apisix-master-0.rockspec | 1 +
t/node/least_conn.t | 159 +++++++++++++++++++++
7 files changed, 234 insertions(+), 28 deletions(-)
copy apisix/balancer/{roundrobin.lua => least_conn.lua} (52%)
create mode 100644 t/node/least_conn.t