In the Http plugin the IOException are treated as unrecoverable errors, due to which any pipeline encountering this eventually fails to write any record. On paginated pipelines this error have more serious outcome of the user not being able to run pipeline successfully at all. Hence, creating this item to come up with an approach to handle IOException gracefully and effectively based on user’s preference, and retry the request in case of IOException.
Release Notes
None
Activity
Show:
Pinned fields
Click on the next to a field label to start pinning.
In the Http plugin the IOException are treated as unrecoverable errors, due to which any pipeline encountering this eventually fails to write any record. On paginated pipelines this error have more serious outcome of the user not being able to run pipeline successfully at all. Hence, creating this item to come up with an approach to handle IOException gracefully and effectively based on user’s preference, and retry the request in case of IOException.