Set a different upstream manager module
Tieske opened this issue · 3 comments
Tieske commented
The module currently relies on the ngx.upstream
module for managing the upstreams.
Unfortunately we cannot use that module for our usecase. See discussion here
Would you accept a PR to set the module explicitly, making it configurable? so I won't have to fork the code.
If so, should it be a setting on module level (in an upvalue, shared by all checkers spawned), or a setting per spawned checker. Imho the latter, but please share your thoughts.
agentzh commented
@Tieske That makes sense. I prefer passing the concrete upstream object via an argument option too.