Skip to content

Commit bcbb8e1

Browse files
authored
Describe additional guarantee (#2448)
1 parent 9235b5d commit bcbb8e1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ydb/docs/en/core/concepts/cdc.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ When adding, updating, or deleting a table row, CDC generates a change record by
99
* Change records are sharded across topic partitions by primary key.
1010
* Each change is only delivered once (exactly-once delivery).
1111
* Changes by the same primary key are delivered to the same topic partition in the order they took place in the table.
12+
* Change record is delivered to the topic partition only after the corresponding transaction in the table has been committed.
1213

1314
## Limitations {#restrictions}
1415

ydb/docs/ru/core/concepts/cdc.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ Change Data Capture (CDC) обеспечивает захват изменени
66

77
## Гарантии {#guarantees}
88

9-
* Записи об изменении шардированы между партициями топика по первичному ключу.
9+
* Записи об изменениях шардированы между партициями топика по первичному ключу.
1010
* Каждое изменение доставляется ровно один раз (exactly-once семантика).
1111
* Изменения по одному и тому же первичному ключу доставляются в том же порядке, в котором они происходили в таблице в одну и ту же партицию топика.
12+
* Запись об изменении доставляется до партиции топика только после фиксации (коммита) соответствующей транзакции в таблице.
1213

1314
## Ограничения {#restrictions}
1415

0 commit comments

Comments
 (0)