You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains a Go implementation of resilience patterns inspired by Resilience4j. It provides a set of utilities for building resilient microservices in Go.
3
+
Go resilience patterns inspired by Resilience4j.
4
4
5
5
## Features
6
-
7
-
- Circuit breaker pattern
8
6
- Rate limiting
9
-
- Retry mechanisms
10
-
- Bulkhead pattern
11
-
- Timeout handling
12
-
- Fallback strategies
13
-
14
-
## Building
15
-
16
-
This project uses both Go modules and Bazel for building:
0 commit comments