Skip to content
New issue

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

feature request: strategies to suspend and recover candidates from load balancer #82

Open
Moexin opened this issue Sep 4, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Moexin
Copy link

Moexin commented Sep 4, 2022

找了一圈文档没有确定是否拥有此项功能,如果没有的话希望作者大大能够考虑一下,谢谢了。
例如以下配置如果检测到某个节点故障,可以暂时移出负载均衡列表,恢复之后会自动添加进负载均衡列表。

[[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"
@zephyrchien zephyrchien added the enhancement New feature or request label Sep 6, 2022
@betaxab
Copy link

betaxab commented Aug 12, 2023

Any updates?

@zephyrchien zephyrchien changed the title 功能建议:负载均衡节点故障自动剔除相关 feature request: strategies to suspend and recover candidates from load balancer Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants
@Moexin @betaxab @zephyrchien and others