Baoyuantop commented on issue #13074:
URL: https://github.com/apache/apisix/issues/13074#issuecomment-4004674783

   Stream mode supports upstream health checks. Configuration is the same as 
HTTP mode; simply configure it in the `checks` field of the upstream. 
Recommendations:
   
   1. For active checks, use `type: "tcp"` (TCP probe) or `type: "http"` (if 
the upstream supports HTTP).
   
   2. Passive checks are also supported; in stream mode, node health is 
determined through TCP failure reports.
   
   3. Health check status can be viewed via the Control API: `GET 
/v1/healthcheck`.


-- 
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]

Reply via email to