Skip to content

Commit 7df8147

Browse files
author
lhirata
authored
Merge pull request #4701 from cockroachdb/cdc
Add cloud storage sink known limitation
2 parents e195bd6 + 479257f commit 7df8147

File tree

1 file changed

+1
-0
lines changed
  • _includes/v19.1/known-limitations

1 file changed

+1
-0
lines changed

_includes/v19.1/known-limitations/cdc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ The following are limitations in the v19.1 release and will be addressed in the
66
- Partial or intermittent sink unavailability may impact changefeed stability; however, [ordering guarantees](change-data-capture.html#ordering-guarantees) will still hold for as long as a changefeed [remains active](change-data-capture.html#monitor-a-changefeed).
77
- Changefeeds cannot be altered. To alter, cancel the changefeed and [create a new one with updated settings from where it left off](create-changefeed.html#start-a-new-changefeed-where-another-ended).
88
- Additional target options will be added, including partitions and ranges of primary key rows.
9+
- In v19.1.0, when emitting deletes, [cloud storage sinks](create-changefeed.html#cloud-storage-sink) do not emit the record's keys; therefore, the deleted record is not identifiable.

0 commit comments

Comments
 (0)