Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.