For your reading the record_type could have a look at JdbcCursorItemReader.
For processing you could try to implement an ItemProcessor that processes the record_type into an object that holds you...
Type: Posts; User: joustava; Keyword(s):
For your reading the record_type could have a look at JdbcCursorItemReader.
For processing you could try to implement an ItemProcessor that processes the record_type into an object that holds you...
Thanks for the hints, they made me implement something like this:
/**
* Custom reader that needs to be configured BOTH as reader AND as
* chunk-completion-policy to be able to update its...
I would also need to control the commit-interval dependent on data in a peeked item.
Is there any concept of a PeekableItemListener?
How would it be possible to access the reader that is...