I have spring batch application that get data from external api extract 100 per row. Then the data processing on the other application called core app that used to calculate the data. Then I want to save the data before calculation and delete the data if there is no error while calculated. What should I do. Is save and delete on batch or on core app ? And should I save 100 in a row or 1 by one ?
#question about spring batch
3 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @marble coral! Please use
/closeor theClose Postbutton above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.