An open API service providing repository metadata for many open source software ecosystems.

Topic: "retry-pattern"

Polly-Contrib/Polly.Contrib.WaitAndRetry

Polly.Contrib.WaitAndRetry is an extension library for Polly containing helper methods for a variety of wait-and-retry strategies.

Language: C# - Size: 186 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 138 - Forks: 12

hipjim/scala-retry

Simple retry mechanism for arbitrary function calls in Scala.

Language: Scala - Size: 142 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 29 - Forks: 5

vany0114/resilience-strategy-with-polly

Proposes a way to build resilience strategies using Polly and an easy and cool way to consume it using the builder pattern.

Language: C# - Size: 44.9 KB - Last synced at: about 2 months ago - Pushed at: over 4 years ago - Stars: 29 - Forks: 5

GokGokalp/Luffy

Luffy is a simple resilience and transient-fault handling library

Language: C# - Size: 120 KB - Last synced at: 23 days ago - Pushed at: over 7 years ago - Stars: 22 - Forks: 8

Dixin/EnterpriseLibrary.TransientFaultHandling.Core

Enterprise Library - Transient Fault Handling Application Block for modern .NET with improvement.

Language: C# - Size: 388 KB - Last synced at: 15 days ago - Pushed at: 3 months ago - Stars: 19 - Forks: 7

rbrahul/retry

An essential retry-operation related library for Golang to build fault-tolerant system.

Language: Go - Size: 24.4 KB - Last synced at: 15 days ago - Pushed at: over 1 year ago - Stars: 16 - Forks: 0

Deeptiman/grpc-connection-library

grpc-connection-library that supports the gRPC client-server connection interface for the developers to use as a gRPC middleware in the application.

Language: Go - Size: 136 KB - Last synced at: about 2 months ago - Pushed at: almost 4 years ago - Stars: 14 - Forks: 4

restaurant-cheetah/take2

Easily define Take2 🎬 to retry API calls, methods, or just a block of code.

Language: Ruby - Size: 62.5 KB - Last synced at: 24 days ago - Pushed at: almost 5 years ago - Stars: 12 - Forks: 1

cihatsolak/net7-microservice-design-patterns

This Github repository contains code samples, documentation, and resources covering patterns such as Saga Choreography, Orchestration, Event Sourcing, and Resiliency. It is a resource to help application developers build flexible and resilient systems in complex scenarios.

Language: C# - Size: 119 KB - Last synced at: 7 days ago - Pushed at: over 1 year ago - Stars: 9 - Forks: 4

swiftuiux/retry-policy-service

Retry policies for network requests in swift DispatchTimeInterval to Duration swift retry swift Retry strategies library Retry policies for network requests Retry strategies for API calls Configurable retry strategies for REST Exponential backoff algorithm

Language: Swift - Size: 25.4 KB - Last synced at: 1 day ago - Pushed at: 7 months ago - Stars: 8 - Forks: 0

morilog/retry

Retry is a golang pure package implements the retry-pattern to retry failures until certain attempts in certain time.

Language: Go - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 1

bilalislam/rabbitmq-retry-mechanism

simple rabbitmq retry mechanism with ttl + dead lettering

Language: C# - Size: 967 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 5 - Forks: 0

alexanderywang/tfjs-transfer-learning-image-classifier

React + TensorFlow.js Transfer Learning Image Classifier + Google Translate + Google Text-To-Speech

Language: JavaScript - Size: 2.97 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 5 - Forks: 0

pepperkit/retry

This is a free, simple retry library for Java - is pure implementation without any dependency. It helps you transparently retry failed operations.

Language: Java - Size: 156 KB - Last synced at: 16 days ago - Pushed at: over 3 years ago - Stars: 4 - Forks: 0

alexpantyukhin/retryer

Language: Go - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 4 - Forks: 0

rafaelfgx/Microservices

Clean Architecture, Event-Driven Architecture, Clean Code, SOLID Principles, Resilience, Idempotency, Folder-by-Feature, Patterns (Mediator, Result, Strategy, Outbox, Retry, Circuit Breaker), Java, Spring Boot, Kong, Keycloak, Kafka, MongoDB, Redis, Elastic, Kibana, Swagger, Docker.

Language: Java - Size: 1.3 MB - Last synced at: 24 minutes ago - Pushed at: about 1 hour ago - Stars: 3 - Forks: 0

kolan72/PoliNorError

PoliNorError is a library that provides error handling capabilities through Retry and Fallback policies. The library has a specific focus on handling potential exceptions within the catch block and offers various configuration options.

Language: C# - Size: 1.97 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 2 - Forks: 1

rizanw/go-retry

go package for retry mechanism

Language: Go - Size: 6.84 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

BootcampToProd/spring-boot-resilience4j-retry

A simple app highlighting how we can implement retry mechanism using Resilience4j in Spring Boot

Language: Java - Size: 8.79 KB - Last synced at: about 18 hours ago - Pushed at: almost 2 years ago - Stars: 2 - Forks: 2

ilicmiljan/retry-master

RetryMaster is a flexible and extensible PHP library for handling operation retries.

Language: PHP - Size: 141 KB - Last synced at: 2 days ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

damnever/resilience-go

Resilience patterns.

Language: Go - Size: 77.1 KB - Last synced at: 3 months ago - Pushed at: about 2 years ago - Stars: 2 - Forks: 0

gabriel-rcpereira/resilience

Repository created to apply CircuitBreaker and Retry patterns using Resilience4J.

Language: Java - Size: 85 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 1

Tarak-Chandra-Sarkar/CloudDesignPatterns

Explore Cloud Design Patterns specially in Microsoft Azure

Language: C# - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

kolan72/PoliNorError.Extensions.Http

The library provides an outgoing request resiliency pipeline for HttpClient, using policies from the PoliNorError library.

Language: C# - Size: 359 KB - Last synced at: 3 days ago - Pushed at: 4 days ago - Stars: 1 - Forks: 0

DAKLabb/retry

This is an example implementation of a workflow retry methodology

Size: 5.86 KB - Last synced at: 2 days ago - Pushed at: 28 days ago - Stars: 1 - Forks: 0

yveskaufmann/retry

Utility for retrying promise based operation on certain situations.

Language: TypeScript - Size: 1.14 MB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 1

jeffreysSharp/aspnet-core-enterprise-application

ASPNET Core Enterprise Application - ASP.NET Core 8 + Bootstrap 5.3+ DDD + Identity + JWT + CQRS + FluentValidation + Command e CommandHandler

Language: C# - Size: 5.35 MB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

swiftuiux/retry-policy-service-example

Example for retry service provides policy for how often some operation should happen with the timeout limit

Language: Swift - Size: 10.7 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 1

iamsurajitmishra/Scalable-Microservices-Spring-Cloud

SpringBlooms: A Microservices Garden with Spring Cloud (evokes growth and microservices)

Language: Java - Size: 349 KB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

davidwartell/go-mongo-manager

Golang library for managing MongoDB connections, indexes, and heartbeat for clients. Index as code. Dirty write handling. Retry handling for E11000 duplicate key errors.

Language: Go - Size: 69.3 KB - Last synced at: 12 months ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

dogaanismail/eCommerceOnContainer

About Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 6, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.

Language: JavaScript - Size: 19.1 MB - Last synced at: 9 days ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

mostafa-asg/retry

Don't give up, at least at first attempt!

Language: Kotlin - Size: 22.5 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

muratcanabay/spring-microservice-example

Spring Boot microservice examples using Google Cloud Platform(GKE), API Gateway, Load Balancer, Eureka Server/Client etc.

Language: Java - Size: 611 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

eduardNeagoe/currency-exchange-conversion-microservices-spring

Scalable Microservices App with Spring Cloud and Docker

Language: Java - Size: 1.54 MB - Last synced at: 13 days ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Mijonic/smart-energy

Electric Power Distribution Work Management System

Language: C# - Size: 959 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 1

itqpleyva/SpringBootRetryPattern

Example of Retry Pattern based on Spring Boot

Language: Java - Size: 5.86 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

thiyagu06/retry4k

resilience and fault tolerance library written in kotlin.

Language: Kotlin - Size: 70.3 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 1

bnsd55/RetryCatch

A retry catch mechanism that provides a synchronous and asynchronous running, using Java 8.

Language: Java - Size: 19.5 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

piyushr147/Microservices

Currently developing a microservices application with multiple services. Implemented API gateway for security, logging, resiliency and much more which will make or application more robust and fault-tolerant.

Language: Java - Size: 54.2 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

rtpuja/kafka-retry-springboot

Retry for Failed Kafka Messages (Spring Boot) When a Kafka consumer fails to process a message (e.g., due to an exception), Spring Kafka allows automatic retry and optionally sending the failed message to a Dead Letter Topic (DLT) after all retry attempts are exhausted.

Language: Java - Size: 12.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Adnan530/microservices

This repository contains a collection of microservices designed for learning and experimenting with microservice architecture. The project is built using a combination of modern technologies and frameworks, allowing me to explore key concepts such as service decomposition, API gateways, service discovery, and inter-service communication.

Language: Java - Size: 32.2 KB - Last synced at: 18 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

mirkankacan/MicroserviceDesignPatterns

SAGA Pattern - Event Sourcing + CQRS - Retry - Circuit Breaker - API Composition course

Size: 85.9 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

bruce-mig/resilience4j-circuit-breaker

Repository containing multiple projects on spring cloud resilience4j circuit breaking, thread pool bulkhead, retry, rate-limit, time-limit mechanisms

Language: Java - Size: 31.3 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

tienhuynh-tn/circuit-breaker-using-resilience4j-implementation

[Udemy] Circuit Breaker Pattern using Resilience4J

Language: Java - Size: 96.7 KB - Last synced at: 3 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

akurcubic/Fitness_centre_microservises_project

Fitness centre structured as a microservices-based architecture

Language: Java - Size: 40.8 MB - Last synced at: 20 days ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

RezaAmd/Http.Request.Builder

Http request as builder & retry pattern for easier to use.

Language: C# - Size: 72.3 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

irinatomic/Fitness_centre_microservises_project

Fitness centre structured as a microservices-based architecture

Language: Java - Size: 602 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

LamaBimal/retry-pattern-java

This example demonstrates the dynamic retry logic implementation in java 8

Size: 3.91 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

N1k0l1n/Polly-Web-App

.NET 7 💥 - Polly 🐦 Fault Handling / Resiliency / Retry Policy / Circuit Breaker

Language: C# - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

amirdoosti6060/CircuitBreaker

Sample for Circuit Breaker, Retry and Timeout design patterns

Language: C# - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

samarthj/pylib-helpers

Helpers for logging, sleeping, and other common functional work done across projects

Language: Python - Size: 634 KB - Last synced at: 28 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AbhishekChd/redis-event-delivery

Redis based highly available event delivery design

Language: Java - Size: 253 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

LukaPavlovicGit/rent-a-car

Project For Software Components Course

Language: Java - Size: 773 KB - Last synced at: about 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

robinsonvs/handle-with-api-external

Retry system to handle intermittent communication between an internal and an external API.

Language: Java - Size: 13.7 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

felipementel/RetryPattern.Method.v1

Using Retry Pattern to test login method

Language: C# - Size: 9.77 KB - Last synced at: 2 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

denis-zavgorodny/retry-my-fetch

Tiny decorator for Fetch API which allows resending (retrying) your requests in case if that fails

Language: JavaScript - Size: 312 KB - Last synced at: 20 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

kunalm8470/aspcore_retries

Retry mechanism using Polly in ASP .NET Core

Language: C# - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

AdsHan/dotnet-polly-circuit-breaker

Retry and Circuit Breaker patterns.

Language: C# - Size: 7.81 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

AdsHan/dotnet-polly-retry-pattern

Retry Pattern with Polly.

Language: C# - Size: 8.79 KB - Last synced at: 2 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

vitoc/batchqueue

An Azure architecture leveraging Azure Logic Apps to process batch data. Each item in a batch is placed in a Service Bus. Downstream Logic Apps will receive from queue/subscription using the Service Bus connector.

Size: 137 KB - Last synced at: about 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

hedza06/spring-boot-retry

Demonstration of Spring Boot Retry Mechanism

Language: Java - Size: 55.7 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

sakib142/spring-projects

Spring based projects

Language: Java - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

tiarebalbi/resilience4j-demo

Resilience4j Demo

Language: Kotlin - Size: 84 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

mattruma/MJR047

Azure Durable Function with retry and error handling

Language: C# - Size: 4.88 KB - Last synced at: about 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

Encounter27/go-cassandra-mux-example

Language: Go - Size: 7.81 KB - Last synced at: 2 months ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 1

prashantrsharma/CodeRetry

Generic Class For Code Retry Logic

Language: C# - Size: 8.79 KB - Last synced at: 7 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

alextanhongpin/circuit-retry

Retry pattern for promises to ensure all requests have been processed accordingly

Language: TypeScript - Size: 53.7 KB - Last synced at: 15 days ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0