cockroachdb / cockroachdb/cockroach
changefeedccl: db-level feeds: use new watcher functionality for empty tableset
Open
A-cdc
C-enhancement
T-cdc
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
The empty tableset watcher, which hibernates the changefeed while there are no active watched tables, should use new functionality added to the watcher. This includes using the changefeed description's filter, rather than pulling table names from the FQN, and replacing PopUnchangedUpTo with the newer PopUpTo.
Jira issue: CRDB-57765
Epic CRDB-55919
Contributor guide
Assessment
This issue has not been assessed yet.