matrixorigin / matrixorigin/matrixone
[Feature Request]: cdc task 增加 error-handle-option 参数
- Dominant language
- Go
- Stars
- 1.9k
- Forks
- 311
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 768
Description
### Is there an existing issue for the same feature request?
- [x] I have checked the existing issues.
### Is your feature request related to a problem?
```Markdown
cdc 到下游时会遇到各种错误,例如mo和mysql有些类型都支持,但是支持的范围不一致,(可能还有别的情况)会出现这部分数据同步到下游报错,现在的现象是如果有报错,表内所有的数据无法同步。
```
### Describe the feature you'd like
增加 error-handle-option 可选参数,用来控制当向下游同步数据的时候,如果遇到了错误并到达重试时间:5 分钟后如何工作。默认 stop,表示停止该表的同步,可设置为ignore,表示跳过此错误,继续往下同步。
prd: https://doc.weixin.qq.com/doc/w3_AVQAQwZ_AEgrnqKicSrR0CJ1Dqxe8?scode=AJsA6gc3AA8P3rA66vAVQAQwZ_AEg
### Describe implementation you've considered
_No response_
### Documentation, Adoption, Use Case, Migration Strategy
```Markdown
```
### Additional information
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.