diff options
author | ilnaz <ilnaz@ydb.tech> | 2023-11-02 16:08:29 +0300 |
---|---|---|
committer | ilnaz <ilnaz@ydb.tech> | 2023-11-02 17:39:59 +0300 |
commit | 245a0bd0d9e11dff18dfec277451ea39461353e3 (patch) | |
tree | 6e957a7ccb3fd49022e2c7d9368f316dd51e8606 | |
parent | ecafca3eb6fbb0c9ed0b9805d92908ac0d5cedf1 (diff) | |
download | ydb-245a0bd0d9e11dff18dfec277451ea39461353e3.tar.gz |
Fix virtual timestamp example
-rw-r--r-- | ydb/docs/en/core/concepts/cdc.md | 2 | ||||
-rw-r--r-- | ydb/docs/ru/core/concepts/cdc.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ydb/docs/en/core/concepts/cdc.md b/ydb/docs/en/core/concepts/cdc.md index f395665fb9..6bc17cbb37 100644 --- a/ydb/docs/en/core/concepts/cdc.md +++ b/ydb/docs/en/core/concepts/cdc.md @@ -125,7 +125,7 @@ A [JSON](https://en.wikipedia.org/wiki/JSON) record has the following structure: > "created": "2022-12-12T00:00:00.000000Z", > "customer": "Name123" > }, -> "ts": [1670792400, 562949953607163] +> "ts": [1670792400890, 562949953607163] > } > ``` diff --git a/ydb/docs/ru/core/concepts/cdc.md b/ydb/docs/ru/core/concepts/cdc.md index 75b5298901..d684327399 100644 --- a/ydb/docs/ru/core/concepts/cdc.md +++ b/ydb/docs/ru/core/concepts/cdc.md @@ -125,7 +125,7 @@ Change Data Capture (CDC) обеспечивает захват изменени > "created": "2022-12-12T00:00:00.000000Z", > "customer": "Name123" > }, -> "ts": [1670792400, 562949953607163] +> "ts": [1670792400890, 562949953607163] >} >``` |