Spring Cloud Stream & Kafka Retry

Selin Kaya
3 min readJun 6, 2022

--

Retry is an essential part of microservices which has a lot to handle on their plate. Spring Cloud Stream is in our lives for a couple of years, wiring message brokers like Kafka, and RabbitMQ.

In this article, I will explain how to handle Kafka consumer retry in Spring Cloud Stream with simple configurations.

--

--