Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic chunking in Spring Batch #2

Open
vnsrk09 opened this issue Apr 2, 2020 · 1 comment
Open

Dynamic chunking in Spring Batch #2

vnsrk09 opened this issue Apr 2, 2020 · 1 comment

Comments

@vnsrk09
Copy link

vnsrk09 commented Apr 2, 2020

Hi,

I am using JdbcCursorItemReader. My step is having chunk size of 500. I have multiple customer records. Customer 1 is having 400 records. Customer 2 with 50 records and customer 3 with 300 records. How can I process data of same customers together.

@vivekmore
Copy link

I think you need to use Partitioner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants