Skip to content

Commit 5756d89

Browse files
Auto-sync: Update English docs from Chinese PR
Synced from: pingcap/docs-cn#21312 Target PR: #22489 AI Provider: gemini Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c7f95ac commit 5756d89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

replicate-data-to-kafka.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ The preceding steps are performed in a lab environment. You can also deploy a cl
2727
tiup status
2828
```
2929

30-
If TiUP is not installed yet, refer to [Install TiUP](/tiup/tiup-overview.md#install-tiup). In a production environment, you can deploy a TiCDC as instructed in [Deploy TiCDC](/ticdc/deploy-ticdc.md).
30+
If TiUP is not installed yet, refer to [Install TiUP](/tiup/tiup-overview.md). In a production environment, you can deploy a TiCDC as instructed in [Deploy TiCDC](/ticdc/deploy-ticdc.md).
3131

32-
2. Create a Kafka cluster.
32+
2. Deploy a Kafka cluster.
3333

3434
- Lab environment: refer to [Apache Kafka Quickstart](https://kafka.apache.org/quickstart) to start a Kafka cluster.
3535
- Production environment: refer to [Running Kafka in Production](https://docs.confluent.io/platform/current/kafka/deployment.html) to deploy a Kafka production cluster.
3636

37-
3. (Optional) Create a Flink cluster.
37+
3. (Optional) Deploy a Flink cluster.
3838

3939
- Lab environment: refer to [Apache Flink First steps](https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/try-flink/local_installation/) to start a Flink cluster.
40-
- Production environment: refer to [Apache Kafka Deployment](https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/deployment/overview/) to deploy a Flink production cluster.
40+
- Production environment: refer to [Apache Flink Deployment](https://nightlies.apache.org/flink/flink-docs-release-1.15/docs/deployment/overview/) to deploy a Flink production cluster.
4141

4242
## Step 2. Create a Kafka changefeed
4343

0 commit comments

Comments
 (0)