
failpoint
Fault-injection library for Go that adds runtime-controllable failpoints to trigger panics, sleeps, returns, and conditional error paths via…
chaos-engineeringdebuggersgeneral-purpose-utilities
8941 month ago

Fault-injection library for Go that adds runtime-controllable failpoints to trigger panics, sleeps, returns, and conditional error paths via…

Fault tolerance library for Java providing circuit breaker, rate limiter, retry, bulkhead, timeout, and cache decorators for functional programming.