Update feature.md

这里应该是第二种
pull/1269/head
Zixiang Wei 2024-01-11 11:38:24 +08:00 committed by GitHub
parent ab648d6f0c
commit 2452e4d25a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ health_check_target=127.0.0.1:8083,127.0.0.1:8082
第一种是http模式也就是以get的方式请求目标+url返回状态码为200表示成功
种是tcp模式也就是以tcp的方式与目标建立连接能成功建立连接表示成功
种是tcp模式也就是以tcp的方式与目标建立连接能成功建立连接表示成功
如果失败次数超过`health_check_max_failed`nps则会移除该npc下的所有该目标如果失败后目标重新上线nps将自动将目标重新加入。