Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion latest_translation_commit.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"target": "release-8.5",
"sha": "ecd31cc2c25ad6715af68d05794da89265cfe4d8"
"sha": "f013e32b3fa831a3d64aa064632240a8c11c01bf"
}
2 changes: 1 addition & 1 deletion tidb-cloud/essential-changefeed-sink-to-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ TiDB Cloud Essential 目前仅支持自建 Kafka、Confluent Cloud Dedicated 集

例如,如果你的 Kafka 集群在 Confluent Cloud,请参考 Confluent 文档中的 [Resources](https://docs.confluent.io/platform/current/kafka/authorization.html#resources) 和 [Adding ACLs](https://docs.confluent.io/platform/current/security/authorization/acls/manage-acls.html#add-acls) 获取更多信息。

## 第 1 步:打开 Apache Kafka Changefeed 页面
## 第 1 步: Apache Kafka 创建 Changefeed {#step-1-create-a-changefeed-for-apache-kafka}

1. 登录 [TiDB Cloud 控制台](https://tidbcloud.com)。
2. 进入目标 TiDB Cloud Essential 实例的概览页面,然后在左侧导航栏点击 **Data** > **Changefeed**。
Expand Down
4 changes: 4 additions & 0 deletions tidb-cloud/get-started-with-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ TiDB Cloud 提供了一个命令行界面(CLI)[`ticloud`](https://github.com

## 快速入门

> **注意:**
>
> 如果你使用 TiUP,可以使用 `tiup cloud` 代替 `ticloud`。

[TiDB Cloud Starter](/tidb-cloud/select-cluster-tier.md#starter) 是开始使用 TiDB Cloud 的最佳方式。本节将介绍如何使用 TiDB Cloud CLI 创建一个 TiDB Cloud Starter 实例。

### 创建用户配置文件或登录 TiDB Cloud
Expand Down
Loading