spring-boot-microservices-series-v2 icon indicating copy to clipboard operation
spring-boot-microservices-series-v2 copied to clipboard

add retry logic for Order processing where status is NEW

Open rajadilipkolli opened this issue 3 years ago • 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

rajadilipkolli avatar Nov 03 '22 05:11 rajadilipkolli

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

rajadilipkolli avatar Dec 20 '22 10:12 rajadilipkolli