Category "spring-retry"

Exponential backoff with message order guarantee using spring-kafka

I'm trying to implement a Spring Boot-based Kafka consumer that has some very strong message delivery guarentees, even in a case of an error. messages from a pa

Spring Retry: How to make all methods of a @Bean retryable?

I would like to create a @Bean of a third party service like Keycloak (or any other) which may or may not be reachable at any given time. This object should ret