Migrating JSR 352 ItemReader/ItemWriter "checkpointInfo()" to Spring Batch 5 equivalent #4629
Unanswered
abhinaswale
asked this question in
Q&A
Replies: 1 comment
-
The equivalent is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am in process to migrate JSR 352 batch job to Spring Batch 5 job.
While migrating I could map
open()
&close()
methods from JSR352 to the target state (as equivalents are available in ItemStreamWriter). However, I didn't find a way to migrate**checkpointInfo()**
method to Spring Batch. Any pointers on the approach?Beta Was this translation helpful? Give feedback.
All reactions