[
https://issues.apache.org/jira/browse/HUDI-7944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bibhu Pala reassigned HUDI-7944:
--------------------------------
Assignee: (was: Bibhu Pala)
> 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
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.1.0
>
>
> *strong text*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)