Hello!
On Tue, Mar 10, 2015 at 8:28 AM, Dorin Tepeneu wrote:
> Do you still plan to add support to the lua-upstream-nginx-module for
> creating new upstreams and adding/removing servers to the upstream groups? I
> would be very interested in this functionality.
>
Yes. But for the short term, we'd implement the upstream_by_lua
directive (for the upstream {} config block) which allows highly
dynamic Lua-based upstream loadbalancer for nginx upstream.
Anyway, you're welcome to contribute patches for add_upstream() and
add_server() methods for the existing Lua API in ngx_lua_upstream.
BTW, you're recommended to discuss such things in the openresty-en
mailing list. I'm cc'ing the list.
Best regards,
-agentzh