Resiliency patterns for golang. Based in part on Hystrix, Semian, and others. Currently implemented patterns include circuit-breaker (in the breaker directory), semaphore (in the semaphore directory), deadline/timeout (in the deadline directory), batching (in the batcher directory), retriable (in the retrier directory). I will occasionally bump the minimum required Golang version without bumping the major version of this package, which violates the official Golang packaging convention around breaking changes. Typically the versions being dropped are multiple years old and long unsupported.
Features
- Circuit-breaker (in the breaker directory)
- Semaphore (in the semaphore directory)
- Deadline/timeout (in the deadline directory)
- Batching (in the batcher directory)
- Retriable (in the retrier directory)
- Based in part on Hystrix, Semian, and others
Categories
FrameworksLicense
MIT LicenseFollow go-resiliency
Other Useful Business Software
$300 Free Credits for Your Google Cloud Projects
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of go-resiliency!