cockroachdb / cockroachdb/cockroach
changefeedccl: implement protected timestamps for incremental exports
Open
A-cdc
C-enhancement
T-cdc
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
As of 23.1, we will offer incremental exports with CDC Transformations + scheduled changefeeds. Unfortunately, we will not protect the data between exports, so you will miss messages. We should have an option to protect this data.
See scheduled backups for prior art:
- https://github.com/cockroachdb/cockroach/pull/68446
- https://www.cockroachlabs.com/docs/stable/create-schedule-for-backup.html#protected-timestamps-and-scheduled-backups
Jira issue: CRDB-23892
Epic CRDB-24867
Contributor guide
Assessment
This issue has not been assessed yet.