You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
cockroachdb/cockroach#68176
Option: on_error
-values: on_error="pause" or "fail"
Acceptance Testing: https://cockroachlabs.atlassian.net/wiki/spaces/CDC/pages/2152366117/Pause+on+error
The text was updated successfully, but these errors were encountered: