I have requirement to validate the payload in custom Java mapping and create snippet of data from current payload as separate payload.
Why need snippet as seperate payload - Business requirement is to error out this payload and after fixing the error on target system, they want to rerun the errored payload loater, and did not want to stop the rest of data in first payload.
These errors should be queued to further process as the errors got fixed.
I appreciate any thoughts regarding this.