INGESTION_GATEWAY_MYSQL_BINLOG_CORRUPTION error condition
MySQL binlog corruption detected for table <entityName>. CDC cannot make progress.
Error message: <errorMessage>
FILE_DELETED
The required MySQL binlog file(s) has been deleted on the source database. This typically happens when binlog retention period is too low or when ingestion restarts after the retention window has passed. To mitigate, run a full refresh on all tables and increase binlog retention on source.
MISSING_FILES_DETECTED
Missed detecting MySQL Binlog files between the last consumed position and the current source position. Please perform a full refresh on the affected table.