mule process csv file with same set of data -
in mule have csv file containing 50 rows of records product id, product name, quantity, price, offer, expire date. want convert csv format json format , use external api using above data. while in mid calling, api network goes down. how can retry same data. can shed light on this
you have create exception catcher log failure requests, run through again.
do not keep "looping" same record until api comes up. block others being processed , queue not decrease.
see this post explains how setup batch jobs , this post on how create error handlers; both mulesoft blog.
Comments
Post a Comment