spring-boot-microservices-series-v2
spring-boot-microservices-series-v2 copied to clipboard
add retry logic for Order processing where status is NEW
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