awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
C

cep21/circuit

0
View on GitHub↗
0 Stars·0 Forks·1 Aufruf

Circuit

Features

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

Star-Verlauf

Star-Verlauf für cep21/circuitStar-Verlauf für cep21/circuit

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Circuit

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Circuit.
  • adelowo/onecacheA

    adelowo/onecache

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • afex/hystrix-goAvatar von afex

    afex/hystrix-go

    4,418Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,418
  • abo/rerateA

    abo/rerate

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • alexpantyukhin/go-pattern-matchA

    alexpantyukhin/go-pattern-match

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
Alle 30 Alternativen zu Circuit anzeigen→

Häufig gestellte Fragen

Was sind die Hauptfunktionen von cep21/circuit?

Die Hauptfunktionen von cep21/circuit sind: General Utilities, General Utility Libraries.

Welche Open-Source-Alternativen gibt es zu cep21/circuit?

Open-Source-Alternativen zu cep21/circuit sind unter anderem: 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.