ARTICLE AD BOX
I have a do data migration using spring batching
And created a processor of 10 steps in which first 3 steps are api calls that create the new txn in the system with the data from the source
But if the rollback took place after that i whole process starts from stage 1 leading duplication of the transaction and api is not idempotent
Please help how can i overcome this problem
