rajadilipkolli/spring-boot-microservices-series-v2

add retry logic for Order processing where status is NEW

Opened this issue · 1 comments

Currently due to any reason if status of order is NEW and is not processed due to timeout or any other reason it remains In NEW Status, system should have a mechanism to retry the order

Add a batch job to Retry sending kafka messages in order-topic