cockroachdb / cockroachdb/cockroach
changefeedccl: support for ALTER CHANGEFEED SCHEDULE
Open
A-cdc
C-enhancement
T-cdc
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
In 22.2 we added the ability to [ALTER BACKUP SCHEDULE ](https://www.cockroachlabs.com/docs/v22.2/alter-backup-schedule.html) and in 23.1 we are adding CREATE CHANGEFEED SCHEDULE, we should add ALTER CHANGEFEED SCHEDULE as well.
Add the ability to:
- Set a different label for the schedule
- Change the target location for the changefeed
- Add/change schedule options or changefeed options
- Change the cadence of when the changefeed is run
Privileges Required: Be the owner of the changefeed schedule
See: https://cockroachlabs.atlassian.net/wiki/spaces/CDC/pages/edit-v2/2903081087
Jira issue: CRDB-24448
Epic CRDB-9183
Contributor guide
Assessment
This issue has not been assessed yet.