cockroachdb / cockroachdb/cockroach
changefeedccl: changefeeds using https may have conflicting sinks
Open
A-cdc
C-bug
T-cdc
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
During testing in 23.1.5, a changefeed was started using the sink URI `https://test`. According to the [documentation](https://www.cockroachlabs.com/docs/v23.1/changefeed-sinks#cloud-storage-sink), we expected this to be a cloud storage sink, but observed that this was initialized as a webhook v1 sink. However, we also noticed logging from `sink_cloudstorage.go`, which is unexpected if the changefeed was set up to use the webook sink.
Jira issue: CRDB-37088
Epic CRDB-37315
Contributor guide
Assessment
This issue has not been assessed yet.