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

Use easy-batch's reader, processor, and writer classes #3

Closed
CXwudi opened this issue Mar 26, 2021 · 1 comment
Closed

Use easy-batch's reader, processor, and writer classes #3

CXwudi opened this issue Mar 26, 2021 · 1 comment

Comments

@CXwudi
Copy link
Owner

CXwudi commented Mar 26, 2021

  • no spring-batch, in spring-batch, you need a job repo to store steps
  • with easy-batch, follow How to handle error path with easy-batch #10 on how to handle exceptions in intermedium steps and in the writing step
  • don't use easy-batch JobBuilder and JobExecutor, instead, we run the reader, all processors, and writer ourselves, using our favourite framework (currently using kotlin coroutine for parallel processing, and simply forEach for iterative processing)
@CXwudi CXwudi created this issue from a note in Further Completion (To do) Mar 26, 2021
@CXwudi CXwudi removed this from To do in Further Completion Mar 27, 2021
@CXwudi CXwudi changed the title Use easy-batch Use easy-batch's reader, processor, and writer classes Sep 29, 2021
@CXwudi
Copy link
Owner Author

CXwudi commented Jul 25, 2022

At this stage, we are pretty sure we are using only the three interfaces

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

No branches or pull requests

1 participant