Use the CREATE CONNECTION
command to create an AWS PrivateLink connection for a Kafka connector.
Parameter or clause | Description |
---|---|
connection_name | The name of the connection to be created. |
type | The type of connection. |
provider | The provider of the connection. |
service.name | The service name of the endpoint service. |
tags | Optional. The AWS tags used to check for resource leakage. This parameter should have the format: key1=value1, key2=value2, … |
tags
parameter when using the CREATE CONNECTION
command or by specifying the environment variable RW_PRIVATELINK_ENDPOINT_DEFAULT_TAGS
. When specifying the tags, follow the format of key1=value1, key2=value2, ...
. If both are specified, the tags specified in the environment variable will be appended to the ones specified by the tags
parameter.CREATE CONNECTION
command in RisingWave to create an AWS PrivateLink connection referencing the endpoint service created. Here is an example of creating an AWS PrivateLink connection.CREATE SOURCE/TABLE
command to create a Kafka source with PrivateLink connection. For more details, see Create source with AWS PrivateLink connection.CREATE SINK
command to create a Kafka sink with PrivateLink connection. For more details, see Create sink with AWS PrivateLink connection.