nanamikon opened a new issue #4683: URL: https://github.com/apache/apisix/issues/4683
### Issue description Sometimes, we should shield traffic immediately , for example, a dedicated network occurs an exception。 We can shield nodes in the specific idc marked by the metadata to recovery at once。 So I think global plugin is a good choice to do this, but I have to modify the balance.lua, such as passing plugin conf to *create_server_picker* and so on. Now I find that new balance phase has been added to apisix in version 2.8, should I filter the node in this phase? Or add ing a new balance type is a good choice? ### Environment Request help without environment information will be ignored or closed. * apisix version (cmd: `apisix version`): * OS (cmd: `uname -a`): * OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): * etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API): * apisix-dashboard version, if have: * luarocks version, if the issue is about installation (cmd: `luarocks --version`): -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
