Skip to content

Commit

Permalink
Update tidb-cloud/changefeed-sink-to-apache-kafka.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd authored Jan 9, 2025
1 parent bbb024a commit 48c3914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tidb-cloud/changefeed-sink-to-apache-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Ensure that your TiDB cluster can connect to the Apache Kafka service. You can c

Private Connect leverages **Private Link** or **Private Service Connect** technologies from cloud providers to enable resources in your VPC to connect to services in other VPCs using private IP addresses, as if those services were hosted directly within your VPC.

Currently, TiDB Cloud supports Private Connect for self-hosted Kafka only. It does not support direct integration with MSK, Confluent Kafka, or other Kafka SaaS services. If you want to Private Connect to these Kafka SaaS services, you can deploy a [kafka-proxy](https://github.com/grepplabs/kafka-proxy) at the middle to work as a self-hosted Kafka. For more example, please refer to [Set up self-hosted Kafka Private Service Connect by Kafka-proxy in Google Cloud](/tidb-cloud/setup-self-hosted-kafka-private-service-connect.md#set-up-self-hosted-kafka-private-service-connect-by-kafka-proxy). The setup is similar for all the Kafka SaaS services.
TiDB Cloud currently supports Private Connect only for self-hosted Kafka. It does not support direct integration with MSK, Confluent Kafka, or other Kafka SaaS services. To connect to these Kafka SaaS services via Private Connect, deploy a [kafka-proxy](https://github.com/grepplabs/kafka-proxy) as an intermediary, effectively treating the service as self-hosted Kafka. For an example, refer to [Set up self-hosted Kafka Private Service Connect by Kafka-proxy in Google Cloud](/tidb-cloud/setup-self-hosted-kafka-private-service-connect.md#set-up-self-hosted-kafka-private-service-connect-by-kafka-proxy). This setup is similar across all Kafka SaaS services.

- If your Apache Kafka service is hosted in AWS, follow [Set Up Self-Hosted Kafka Private Link Service in AWS](/tidb-cloud/setup-self-hosted-kafka-private-link-service.md) to ensure that the network connection is properly configured. After setup, provide the following information in the TiDB Cloud console to create the changefeed:

Expand Down

0 comments on commit 48c3914

Please sign in to comment.