Open Source
True teamwork requires both knowledge sharing and collaboration in equal amounts. Check out any of our open source projects here to go from 0 to 1 real fast!
K
Kong circuit breaker. Kong plugin for wrapping all proxy calls with a circuit-breaker
kong-circuit-breaker is a Kong plugin that provides circuit-breaker functionality at the route level. It uses lua-circuit-breaker library internally to wrap proxy calls around a circuit-breaker pattern. The functionality provided by this plugin is similar to libraries like resilience4j in Java.
L
Lua circuit breaker. Circuit breaker pattern in Lua
lua-circuit-breaker provides circuit-breaker functionality like resilience4j i.e. for Java.
Any IO function/method that can fail can be wrapped around lua-circuit-breaker and can be made to fail fast, leading to improved resiliency and fault tolerance.