awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
C

cep21/circuit

0
View on GitHub↗
0 نجوم·0 تفرعات·2 مشاهدات

Circuit

Features

  • General Utilities - High-performance circuit breaker implementation.
  • General Utility Libraries - Implementation of the circuit breaker pattern.

سجل النجوم

مخطط تاريخ النجوم لـ cep21/circuitمخطط تاريخ النجوم لـ cep21/circuit

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Circuit

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Circuit.
  • adelowo/onecacheA

    adelowo/onecache

    0عرض على GitHub↗
    عرض على GitHub↗0
  • afex/hystrix-goالصورة الرمزية لـ afex

    afex/hystrix-go

    4,418عرض على GitHub↗

    This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services using the circuit breaker pattern. It serves as a resilience tool for managing request timeouts, defining fallback logic, and protecting remote systems from overloading. The library differentiates itself through the integration of a health metrics exporter that streams real-time performance and status data of remote connections to external monitoring tools. It combines this observability with a circuit breaker state machine that tracks success and failure rates to block calls

    Go
    عرض على GitHub↗4,418
  • abo/rerateA

    abo/rerate

    0عرض على GitHub↗
    عرض على GitHub↗0
  • alexpantyukhin/go-pattern-matchA

    alexpantyukhin/go-pattern-match

    0عرض على GitHub↗
    عرض على GitHub↗0
عرض جميع البدائل الـ 30 لـ Circuit→

الأسئلة الشائعة

ما هي الميزات الرئيسية لـ cep21/circuit؟

الميزات الرئيسية لـ cep21/circuit هي: General Utilities, General Utility Libraries.

ما هي البدائل مفتوحة المصدر لـ cep21/circuit؟

تشمل البدائل مفتوحة المصدر لـ cep21/circuit: afex/hystrix-go — This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services… alxrm/ugo. adelowo/onecache. abo/rerate. alexpantyukhin/go-pattern-match. andy2046/tik.