An open API service indexing awesome lists of open source software.

https://github.com/imod/parallel-batch

simple spring batch project with parallel processing
https://github.com/imod/parallel-batch

Last synced: 6 months ago
JSON representation

simple spring batch project with parallel processing

Awesome Lists containing this project

README

          

# parallel-batch

This is a simple spring batch (with spring-boot) project with parallel processing.

Unfortunate `hello.PersonItemProcessListener.onProcessError(Person, Exception)` is not called in parallel processing - bug in spring batch?

Issue created at https://jira.spring.io/browse/BATCH-2371