cockroachdb / cockroachdb/cockroach
Enable randomized testing of key_in_value option in changefeeds for webhook and cloudstorage sinks
Open
A-cdc
C-enhancement
T-cdc
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
Right now for test feeds we remove the key field changefeed rows. There is a todo to address this:
```
// TODO(dan): Leave the key in the value if the TestFeed user
// specifically requested it.
```
If we worked this out, we would be able to extend this randomized test to webhook and cloudstorage sinks.
Jira issue: CRDB-46328
Contributor guide
Assessment
This issue has not been assessed yet.