Member since
11-28-2022
3
Posts
0
Kudos Received
0
Solutions
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.
... View more
01-18-2023
02:41 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
... View more
Labels:
- Labels:
-
Apache NiFi
11-28-2022
05:56 AM
id, name, balance, join_date, notes 1, John, 48.23, 04/03/2007 "Our very first customer!" 2, Jane, 1245.89, 08/22/2009, 3, Frank Franklin, "48481.29", 04/04/2016, the logic may fail in the above case, if column contains multiple rows.
... View more