The Connect CDC implementation of writing to a flat file has these limitations:
-
The order of the target fields cannot be changed.
-
Rows written to a file cannot be rolled back when errors occur in the middle of a transaction. It is possible that rows at the beginning of a transaction could be sent more than once when the transaction is resent.