lua-nginx-module icon indicating copy to clipboard operation
lua-nginx-module copied to clipboard

Circuit breaker functionality

Open smehboub opened this issue 5 years ago • 2 comments

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

smehboub avatar Aug 16 '20 23:08 smehboub

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.

anuj147 avatar Dec 17 '20 14:12 anuj147

Is there any progress for this one ?

baonq-me avatar Mar 30 '22 07:03 baonq-me