Plugin to Block Request if Upstream not healthy

Hi,

We have scenario that the request to upstream server need to be blocked if upstream health check failed or if upstream response with some json that indicate it isn’t ready to response yet,

is there any plugins or configuration to look into, that can do above scenario using kong?

Maybe active health check is what you are looking for?

Hi @fomm ,
let me check that and see its work for my case or not…

thanks!

Hi @fomm , did you know how to apply active healthcheck using dbless mode declarative config,
I search here and there, but not found an example to add active healthcheck in declarative config,

Thanks in advance!