spring-retry
There are 40 repositories under spring-retry topic.
intsmaze/flink-boot
懒松鼠Flink-Boot 脚手架让Flink全面拥抱Spring生态体系,使得开发者可以以Java WEB开发模式开发出分布式运行的流处理程序,懒松鼠让跨界变得更加简单。懒松鼠旨在让开发者以更底上手成本(不需要理解分布式计算的理论知识和Flink框架的细节)便可以快速编写业务代码实现。为了进一步提升开发者使用懒松鼠脚手架开发大型项目的敏捷的度,该脚手架默认集成Spring框架进行Bean管理,同时将微服务以及WEB开发领域中经常用到的框架集成进来,进一步提升开发速度。比如集成Mybatis ORM框架,Hibernate Validator校验框架,Spring Retry重试框架等,具体见下面的脚手架特性。
houbb/sisyphus
The java retry framework.(支持注解的 java 重试框架)
Romeh/spring-boot-sample-app
Sample app generated from my spring boot archtype on :https://github.com/Romeh/spring-boot-quickstart-archtype
Romeh/spring-boot-ignite
Show case for how to integrate apache ignite with spring boot plus using the durable memory feature and sql queries over ignite in memory caches
Romeh/spring-boot-quickstart-archtype
Spring boot maven archtype to generare spring boot web application
igor-baiborodine/campsite-booking
This project contains the source code of a Spring Boot 3 REST API example application.
alirezaalj/spring-mail-module
My Starter Mail Module - send Mails With html templates using thymeleaf engin
abhinav-nath/all-about-kafka
A project that illustrates the usage and working of Apache Kafka.
WangJi92/spring-retry-example
spring retry and guava retrying demo 实践理解 ,推荐使用spring retry ,guava retrying 对于最新的guava有兼容性问题。
emeraldhieu/weatherman
A weather forecaster that integrates with Open Weather API and serves multiple users by solving rate limiting.
alirezaalj/spring-retry-demo
This program is written using the spring boot framework, which stores some basic data at the start of the program in the h2 database. and client application for retry logic
armdev/spring-retry
spring-retry
BootcampToProd/spring-boot-retry
A simple app highlighting how we can implement retry mechanism in Spring Boot
darren-rose/springboot-retry
springboot with spring retry
itqpleyva/SpringBootRetryPattern
Example of Retry Pattern based on Spring Boot
luramarchanjo/poc-spring-retry
This is a simple poc using spring-retry
NensiSkenderi/spring-retry
A Spring Boot project example to show the use of spring-retry module.
stylepatrick/spring-cloud-eureka-load-balancer
Spring Cloud Eureka with one feign-client, one spring-cloud-gateway, one gateway-client and two servers with ribbon load balancer. Spring Security used for authentication.
abakudev/spring-retry-pattern
A example for using Spring Retry
kbreczko/gitproxy
prosty RESTowy serwis
lancha90/kafka-retry
Exponential retry with kafka
sakib142/spring-projects
Spring based projects
shinelon/deathknight
tools collection
vallim/music-recommendation-api
This application aims to return music recommendations based on city or latitude and longitude parameters.
BootcampToProd/spring-boot-retry-with-custom-retry-policy
A simple app highlighting how we can implement retry mechanism using custom retry policy in Spring Boot
Cepr0/sb-cloud-stream-demo
A demonstration of using Spring Cloud Stream with RabbitMQ to transfer messages between micro-services
Cepr0/sb-retry-demo
Spring Retry usage example
codej99/Spring-Retry
Spring-Retry sample
cse0518/Spring-Retry-Template
예외 발생시 로직 재시도를 테스트합니다.
emeraldhieu/feign-playground
Everything about Open Feign and Spring Cloud Open Feign!
findinpath/spring-retry-cucumber
Cucumber tests written for spring-retry Github API client
fperezcanales/spring-retry
Spring Retry proporciona la capacidad de volver a invocar automáticamente una operación fallida. Esto es útil cuando los errores pueden ser transitorios (como una falla momentánea en la red).
kh77/springboot-retry
Example of Spring boot Retry
Voder/resilience-demo
Spring Boot example app with Hystrix CircuitBreaker and Spring Retry