awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesInter-Service Communication Reliability

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.

Awesome Inter-Service Communication Reliability GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • cenkalti/backoffcenkalti का अवतार

    cenkalti/backoff

    4,021GitHub पर देखें↗

    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.

    Gogolang
    GitHub पर देखें↗4,021
  1. Home
  2. Software Engineering & Architecture
  3. Go Microservices Architectures
  4. Inter-Service Communication Reliability