Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: 26 days 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