Skip to content

Commit 50214a4

Browse files
authored
ticdc: refine toc and title for the Integrate Data with Confluent Cloud doc (#22481)
1 parent 08d90af commit 50214a4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

TOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
- [Alert Rules](/ticdc/ticdc-alert-rules.md)
7575
- Integration Scenarios
7676
- [Overview](/integration-overview.md)
77-
- [Integrate with Confluent and Snowflake](/ticdc/integrate-confluent-using-ticdc.md)
77+
- [Integrate with Confluent Cloud, Snowflake, ksqlDB, and SQL Server](/ticdc/integrate-confluent-using-ticdc.md)
7878
- [Integrate with Apache Kafka and Apache Flink](/replicate-data-to-kafka.md)
7979
- Reference
8080
- TiCDC Architecture

integration-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ summary: Learn the overview of data integration scenarios.
77

88
Data integration means the flow, transfer, and consolidation of data among various data sources. As data grows exponentially in volume and data value is more profoundly explored, data integration has become increasingly popular and urgent. To avoid the situation that TiDB becomes data silos and to integrate data with different platforms, TiCDC offers the capability to replicate TiDB incremental data change logs to other data platforms. This document describes the data integration applications using TiCDC. You can choose an integration solution that suits your business scenarios.
99

10-
## Integrate with Confluent Cloud and Snowflake
10+
## Integrate with Confluent Cloud, Snowflake, ksqlDB, and SQL Server
1111

12-
You can use TiCDC to replicate incremental data from TiDB to Confluent Cloud, and replicate the data to Snowflake, ksqlDB, and SQL Server via Confluent Cloud. For details, see [Integrate with Confluent Cloud and Snowflake](/ticdc/integrate-confluent-using-ticdc.md).
12+
You can use TiCDC to replicate incremental data from TiDB to Confluent Cloud, and replicate the data to Snowflake, ksqlDB, and SQL Server via Confluent Cloud. For details, see [Integrate Data with Confluent Cloud, Snowflake, ksqlDB, and SQL Server](/ticdc/integrate-confluent-using-ticdc.md).
1313

1414
## Integrate with Apache Kafka and Apache Flink
1515

ticdc/integrate-confluent-using-ticdc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Integrate Data with Confluent Cloud and Snowflake
2+
title: Integrate Data with Confluent Cloud, Snowflake, ksqlDB, and SQL Server
33
summary: Learn how to stream TiDB data to Confluent Cloud, Snowflake, ksqlDB, and SQL Server.
44
---
55

6-
# Integrate Data with Confluent Cloud and Snowflake
6+
# Integrate Data with Confluent Cloud, Snowflake, ksqlDB, and SQL Server
77

88
Confluent is an Apache Kafka-compatible streaming data platform that provides strong data integration capabilities. On this platform, you can access, store, and manage non-stop real-time streaming data.
99

ticdc/ticdc-sink-to-kafka.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ dispatchers = [
189189
]
190190
```
191191

192-
For detailed integration guide, see [Quick Start Guide on Integrating TiDB with Confluent Platform](/ticdc/integrate-confluent-using-ticdc.md).
192+
For detailed integration guide, see [Integrate Data with Confluent Cloud, Snowflake, ksqlDB, and SQL Server](/ticdc/integrate-confluent-using-ticdc.md).
193193

194194
### Integrate TiCDC with AWS Glue Schema Registry
195195

0 commit comments

Comments
 (0)