PostgreSQL
For PostgreSQL, use<db_name>@<resource-name> as database name to specify the resource.
Example:
MySQL
For MySQL, use<db_name>@<resource-name> as database name to specify the resource.
Example:
MongoDB
For MongoDB, useformal_resource_name=<resource-name> as appName name to specify the resource.
Example:
HTTP or S3
For HTTP or S3 use<resource-name>.<host>:<port> to specify the resource.
Example:
If a single S3 resource is available,
<host>:<port> can be used instead of <resource-name>.<host>:<port> for simplicity.ClickHouse
ClickHouse smart routing is available through the HTTP interface. Configure a technology listener that matches multiple ClickHouse resources. Prefix the Connector hostname with the resource name:<resource-name>.<host>:<port>
Example:
gRPC
For gRPC, prefix the Connector hostname with the resource name:<resource-name>.<host>:<port>
Example:
RESOURCE_NAME.HOSTNAME_OF_CONNECTOR.
Redis
For Redis, use<resource-name>.<host> as the TLS server name to specify the resource. The Connector reads it from the TLS handshake, so the connection must use TLS.
Example:
RESOURCE_NAME.HOSTNAME_OF_CONNECTOR is therefore enough. redis-cli is an exception, and requires --sni to be passed explicitly.