openresty / lua-nginx-module

Embed the Power of Lua into NGINX HTTP servers
https://openresty.org/
11.29k stars 2.03k forks source link

Circuit breaker functionality #1769

Open smehboub opened 4 years ago

smehboub commented 4 years ago

Hello,

Firstly, thank you very much for your work.

Can you implementing circuit breaker functionality ?

The control of a service's SLA will be better by disabling calls to external service providers with any problems and these configurations will be centralize instead of to implement in applications code.

Thanks in advance. Rgs,

Sophian Mehboub

anuj147 commented 3 years ago

We are also trying to achieve something similar. Our use case is where a particular route of an upstream service starts failing due to cache miss let's say. Then in this case, we want circuit to open only for that particular API and not to the entire host.

baonq-me commented 2 years ago

Is there any progress for this one ?