Signed-off-by: Ping Yu <yuping@pingcap.com>
This commit is contained in:
Ping Yu 2022-11-17 11:22:29 +08:00
parent 5869071bf0
commit fae55eb2af
2 changed files with 1 additions and 2 deletions

View File

@ -363,7 +363,6 @@ tikv-cdc cli processor list --pd=http://192.168.100.122:2379`
4) 创建 changefeed并指定 `--start-ts=<backup-ts>`
[TiKV API V2]: ../../api-v2
[v6.2.0]: https://docs.pingcap.com/zh/tidb/v6.2/release-6.2.0
[TiUP]: https://docs.pingcap.com/zh/tidb/stable/production-deployment-using-tiup

View File

@ -19,4 +19,4 @@ TiKV offers the following key features:
| [Distributed Transaction](../distributed-dransaction) | Similar to [Google Spanner](https://ai.google/research/pubs/pub39966), TiKV supports externally consistent distributed transactions. |
| [TiKV API V2](../api-v2) | TiKV API v2 provides new storage format to support more features, such as **Changed Data Capture** and **Key Space**. |
| [RawKV BR](../backup-restore) | RawKV supports backup and restoration. |
| [RawKV CDC](../cdc) | RawKV supports Changed Data Capture. |
| [RawKV CDC](../cdc/cdc) | RawKV supports Changed Data Capture. |