
|
If you were logged in you would be able to see more operations.
|
|
|
|
Time Tracking:
|
|
Original Estimate:
|
0.25d
|
|
|
Remaining Estimate:
|
0.25d
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
|
I have added a separate section in the documentation for Retry, but it's currently empty, it should be documented in the reference documentation. It should be noted that the separate retry chapter is just for how the retry template works, not how to configure it within the step (that's in a separate section)
|
|
Description
|
I have added a separate section in the documentation for Retry, but it's currently empty, it should be documented in the reference documentation. It should be noted that the separate retry chapter is just for how the retry template works, not how to configure it within the step (that's in a separate section) |
Show » |
|
1. It seems that the sections might have more code examples. I personally would like to see and example similar to what's documented in the overview of RetryTemplate with each of the sections (e.g. RetryContext, Stateless and Statefull Retry Policiesm Backoff Polciies, etc. For example, Backoff Policy shows the interface and discusses how it might be implemented but it would be nice to show a junit code snippet of one of our implementations.
2. 2.2.1 Item Processing and stateful retry was very hard reading. I'm not sure if its just me being slow but I re-read the paragaph a couple of times trying to wrap my head around what we were saying. The second paragraph overuses recognizes and is odd reading. "The way the failed operations are recognised in this implementation is by recognising the object that is returned from the
ItemReader. To recognise the item the user" Maybe, "The way the failed operations are recognized in this implementation is by identifying?, filtering?, retrieving? etc.
3. I was wondering if the association of the Retry Policy didn't sound backwards in the 1st paragraph. Isn't the point of retry to decorate and ItemReader and ItemWriter? But the paragraph makes it sound like we decorate a Stateful Retry with and ItemReader and ItemWriter, particularly when we say, "the user providing an ItemReader and an ItemWriter" to the ItemReaderRetryCallback.
Hope that helps