I need to commit the chunk of customers dynamically. I get the customers from DB and customers will have accounts if the accounts reaches greater than 1000 then I need to commit those chunk of customers. The accounts may vary for customers. I'm using the SimpleCompletionPolicy in the configuration and getting it in reader and setting the chunksize based on accounts using policy.setchunksize(). It is working fine. Is there another way to do it in spring batch.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.