Member since
04-28-2018
8
Posts
0
Kudos Received
0
Solutions
05-30-2018
07:25 AM
@Matt Burgess
I have nifi job to capture cdc from MySQL DB.I am facing one issue with my nifi job in case of any failure.
Suppose take an example if there is a failure while inserting record to DB using "PutSQL" processor in attached image because of issue in previous step "UpdateAttribute" processor.How to reprocessed failed records again to DB if I have resolved issue in "UpdateAttribute" processor?Is there any way to reprocessed records in sequence ? Let me give you details the problem I am facing is suppose my sql args for 12 was data type string but while converting it in "UpdateAttribute" I have given it to some other data type, so "PutSQL" will throw error and it will not insert record.Now suppose if I have changed "UpdateAttribute" with correct datatype then how I can reprocessed failed records using same job?
... View more
Labels:
- Labels:
-
Apache NiFi