jizhuozhi commented on issue #12464: URL: https://github.com/apache/apisix/issues/12464#issuecomment-3131136924
> Hi [@jizhuozhi](https://github.com/jizhuozhi), I have a question about removing unavailable nodes from the load balancing list. This sounds like something that should be handled by the service registry. By default, the registry should return a list of healthy nodes. Also, could you briefly describe your technical solution? Hello @Baoyuantop . Those nodes are not unavailable which should be handled by service registry. Microservice links have many levels. For example, in the link A->B->C, the failure of service B will be handled by the health check, but this will not be reflected in service A. At this time, service A can still handle health checks (TCP, HTTP, TTL Heartbeat, etc.) normally, which means that unless the health check can understand the business response, someone must manually handle these nodes. -- 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: notifications-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org