Aditya Goenka created HUDI-7944:
-----------------------------------

             Summary: Config to Fail HoodieMultiTableStreamer Job if anyone of 
the table fails
                 Key: HUDI-7944
                 URL: https://issues.apache.org/jira/browse/HUDI-7944
             Project: Apache Hudi
          Issue Type: Improvement
          Components: hudi-utilities
            Reporter: Aditya Goenka
             Fix For: 1.1.0


We just log the table names which failed the sync. Introduce the config to fail 
the entire job if any of the table fails.

 

```
logger.info("Ingestion was successful for topics: " + successTables);
if (!failedTables.isEmpty()) {
logger.info("Ingestion failed for topics: " + failedTables);
}
```



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to