Spring Boot application demonstrating Kafka non-blocking retry with Spring retry topics. If an event is received by an application that is not ready to process it, it can be sent to a retry topic ...
A demonstration project showcasing Spring Boot's asynchronous execution capabilities with thread pool management and retry patterns. This project implements a currency conversion scenario to ...