Skip to content

Commit 57e03e5

Browse files
author
Lauren
committed
Minor spacing update
1 parent ac5eba7 commit 57e03e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

v2.1/change-data-capture.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ The core feature of CDC is the [changefeed](create-changefeed.html). Changefeeds
3030
- Rows are sharded between Kafka partitions by the row’s [primary key](primary-key.html).
3131

3232
- The `WITH timestamps` option adds an **update timestamp** to each emitted row. It also causes periodic **resolved timestamp** messages to be emitted to each Kafka partition. A resolved timestamp is a guarantee that no (previously unseen) rows with a lower update timestamp will be emitted on that partition.
33+
3334
For example:
3435

3536
~~~ json

0 commit comments

Comments
 (0)