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

Add batch scanning feature #363

Closed
fmbenhassine opened this issue Jan 30, 2020 · 0 comments
Closed

Add batch scanning feature #363

fmbenhassine opened this issue Jan 30, 2020 · 0 comments
Labels
Milestone

Comments

@fmbenhassine
Copy link
Member

As of v5.3, when a write operation fails for a batch of records, the entire job fails and it it not possible to know which record caused the issue. BatchListener#onBatchWritingException(Batch batch, Throwable throwable) is not enough to find out the faulty record.

When a write operation fails for a batch of records, a batch scanning feature would allow to re-write each record as a singleton batch. This will make it possible to continue the batch job and skip only faulty items.

@fmbenhassine fmbenhassine added this to the v6.0.0 milestone Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant