1 रिपॉजिटरी
Patterns and tools for ensuring reliable communication between microservices.
Distinct from Go Microservices Architectures: Focuses specifically on the reliability aspect of microservices networking via retries, rather than the overall architectural layout.
Explore 1 awesome GitHub repository matching software engineering & architecture · Inter-Service Communication Reliability. Refine with filters or upvote what's useful.
This is a Go library providing a framework for managing repetitive task execution and implementing exponential backoff strategies. It serves as a concurrency tool designed to prevent system overload during failures by retrying operations with increasing delays. The project implements a retry strategy framework that manages attempt limits and timeouts during unstable network or system calls. It specifically provides an implementation of the exponential backoff algorithm to handle failing operations. The library covers reliability patterns for mitigating transient failures and service outages,
Improves the reliability of inter-service communication in Go by adding smart retry logic to network requests.