YYYY-MM-DD opened a new issue, #10714:
URL: https://github.com/apache/apisix/issues/10714
### Description
Hi, Dear APISIX team,
As a developer, I hope to get a plugin using for every single api/url
like api-breaker plugin, so that I ask for help.
I got a issue that we want to cut a single api when it is unhealthy.
The api-breaker Plugin implements circuit breaker functionality to
protect Upstream services.
I found it is using for the whole upstream when the healthy-check is
failed.
But I hope to get a plugin using for a single api when it is unhealthy.
For example, I got a api in my upstream like /app/user/save.When this api
return the 503 response code for 5 times, I hope Apisix catch the error code
and take effect the plugin to break the next request, but for other apis, it
won't be take effect.
Would you please be kind to share me if there already exists a plugin
like this? Or any developement schedule for the new plugin like this?
Looking forward to any suggestions from you.
Thank you!
Have a nice day!
--
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]