Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document on_error changefeed option #11092

Closed
amruss opened this issue Aug 20, 2021 · 0 comments · Fixed by #11770
Closed

Document on_error changefeed option #11092

amruss opened this issue Aug 20, 2021 · 0 comments · Fixed by #11770

Comments

@amruss
Copy link
Contributor

amruss commented Aug 20, 2021

cockroachdb/cockroach#68176

Option: on_error
-values: on_error="pause" or "fail"

  • default is "fail"
  • When a changefeed cannot operate normally, such as when it cannot connect to a downstream sink for an extended period of time, pause the changefeed instead of sending it into a terminal failure state.
  • use with protect_on_pause to protect changes from garbage collection

Acceptance Testing: https://cockroachlabs.atlassian.net/wiki/spaces/CDC/pages/2152366117/Pause+on+error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants