Search:

Type: Posts; User: joustava; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    447

    For your reading the record_type could have a...

    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...
  2. Replies
    11
    Views
    2,873

    Thanks for the hints, they made me implement...

    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...
  3. Replies
    11
    Views
    2,873

    I would also need to control the commit-interval...

    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...
Results 1 to 3 of 3