Skip to content

Commit

Permalink
This is an automated cherry-pick of #18591
Browse files Browse the repository at this point in the history
Signed-off-by: ti-chi-bot <[email protected]>
  • Loading branch information
Oreoxmt authored and ti-chi-bot committed Aug 15, 2024
1 parent 89e7b9b commit 9bce946
Show file tree
Hide file tree
Showing 2 changed files with 537 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ticdc/ticdc-canal-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ TiCDC encodes a DDL Event into the following Canal-JSON format.
"data": null,
"old": null,
"_tidb": { // TiDB extension field
"commitTs": 163963309467037594
"commitTs": 429918007904436226 // A TiDB TSO timestamp
}
}
```
Expand Down Expand Up @@ -135,7 +135,7 @@ TiCDC encodes a row of DML data change event as follows:
],
"old": null,
"_tidb": { // TiDB extension field
"commitTs": 163963314122145239
"commitTs": 429918007904436226 // A TiDB TSO timestamp
}
}
```
Expand Down Expand Up @@ -164,7 +164,7 @@ The following is an example of the WATERMARK Event.
"data": null,
"old": null,
"_tidb": { // TiDB extension field
"watermarkTs": 429918007904436226
"watermarkTs": 429918007904436226 // A TiDB TSO timestamp
}
}
```
Expand Down
Loading

0 comments on commit 9bce946

Please sign in to comment.