We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
找了一圈文档没有确定是否拥有此项功能,如果没有的话希望作者大大能够考虑一下,谢谢了。 例如以下配置如果检测到某个节点故障,可以暂时移出负载均衡列表,恢复之后会自动添加进负载均衡列表。
[[endpoints]] listen = "0.0.0.0:8888" remote = "1.1.1.1:8888" extra_remotes = ["2.2.2.2:8888", "3.3.3.3:8888"] balance = "roundrobin: 1, 1, 1"
The text was updated successfully, but these errors were encountered:
Any updates?
Sorry, something went wrong.
No branches or pull requests
找了一圈文档没有确定是否拥有此项功能,如果没有的话希望作者大大能够考虑一下,谢谢了。
例如以下配置如果检测到某个节点故障,可以暂时移出负载均衡列表,恢复之后会自动添加进负载均衡列表。
The text was updated successfully, but these errors were encountered: