Hello, is it possible to setup Flink Job that uses JdbcSink
to just ignore/drop failed items, if SQL error happened
and do not restart the Job or fail the Job
I've read this but I can't understand if such functionality ever exists - all existing restart strategies are all failing the job eventually
https://nightlies.apache.org/flink/flink-docs-release-1.20/docs/ops/state/task_failure_recovery/