From 2828a0c39b095d27ce031da20e72502a25de7d52 Mon Sep 17 00:00:00 2001 From: WanYixian Date: Fri, 20 Dec 2024 17:35:13 +0800 Subject: [PATCH] Update kafka.mdx --- integrations/sources/kafka.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/integrations/sources/kafka.mdx b/integrations/sources/kafka.mdx index 24a423e6..0a747da7 100644 --- a/integrations/sources/kafka.mdx +++ b/integrations/sources/kafka.mdx @@ -372,7 +372,6 @@ To create a Kafka source with a PrivateLink connection, in the WITH section of y | :------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | privatelink.targets | The PrivateLink targets that correspond to the Kafka brokers. The targets should be in JSON format. Note that each target listed corresponds to each broker specified in the properties.bootstrap.server field. If the order is incorrect, there will be connectivity issues. | | privatelink.endpoint | The DNS name of the VPC endpoint. If you're using RisingWave Cloud, you can find the auto-generated endpoint after you created a connection. See details in [Create a PrivateLink connection](/cloud/create-a-connection/#whats-next). | -| connection.name | The name of the connection. This parameter should only be included if you are using a connection created with the [CREATE CONNECTION](/sql/commands/sql-create-connection) statement. Omit this parameter if you have provisioned a VPC endpoint using privatelink.endpoint (recommended). | Here is an example of creating a Kafka source using a PrivateLink connection. Notice that `{"port": 9094}` corresponds to the broker `broker1-endpoint`, `{"port": 9095}` corresponds to the broker `broker2-endpoint`, and `{"port": 9096}` corresponds to the broker `broker3-endpoint`.