Ecosyste.ms: Awesome
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: 26 days ago
JSON representation
simple spring batch project with parallel processing
- Host: GitHub
- URL: https://github.com/imod/parallel-batch
- Owner: imod
- Created: 2015-04-02T10:19:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-02T10:36:40.000Z (over 9 years ago)
- Last Synced: 2023-03-11T17:33:23.232Z (over 1 year ago)
- Language: Java
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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