cockroachdb / cockroachdb/cockroach
cdc: support and validate options in randomized testing
Open
A-cdc
C-enhancement
T-cdc
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
CDC should add support for and validate [documented options](https://www.cockroachlabs.com/docs/v23.2/create-changefeed#options) in randomized testing. Options that make sense to test include:
- [x] diff
- [ ] envelope
- [ ] format
- [x] full_table_name
- [ ] initial_scan
- [x] kafka_sink_config / pubsub_sink_config / webhook_sink_config (no extra validation required, since the randomized test is for correctness testing)
- [x] key_in_value
- [x] mvcc_timestamp
Jira issue: CRDB-43921
Contributor guide
Assessment
This issue has not been assessed yet.