Created on 01-18-2023 02:41 AM - edited 01-18-2023 03:03 AM
PutDatabaseRecord, when insert fails due to "data too long for the column," is going to retry instead of failure. The database is MySQL. Because of this, it keeps trying endlessly. Why it is not going to failure
Created 01-23-2023 06:43 AM
@prakashrulez This sounds like a job for new nifi relationship feature.
This feature allows you to indicate the number of retries before a failure.
Created 01-24-2023 05:14 AM
Thanks for the reply, your solution talks about how to handle retry gracefully.However, the point is why it will retry when "data too long for the column," when it should fail.