Fail-fast for unrecoverable DML errors #1724
Labels
bug-from-user
Bugs found by users.
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
severity/moderate
subject/new-feature
Denotes an issue or pull request adding a new feature.
Feature Request
Is your feature request related to a problem? Please describe:
Users can be frustrated if an unrecoverable error such as
tableNotExists
is not reported in a timely fashion.Describe the feature you'd like:
Instead of retrying, the sink should fail fast when a DML error is likely to be unrecoverable without manual intervention.
Describe alternatives you've considered:
Report currently on-going retries.
Teachability, Documentation, Adoption, Migration Strategy:
We should take care to ensure that failed changefeeds are periodically retried, in case the user completed the manual intervention and expects the changefeed to continue on its own.
The text was updated successfully, but these errors were encountered: