Confluent Cloud
Last updated
Last updated
To ingest data from your Confluent topic, you must first create a connection that provides the appropriate credentials to access your topic.
HOST[S]
Type: text | list
A single host or a list of Confluent hosts in the format of hostname:port
.
CONSUMER_PROPERTIES
— editableType: text_area
(Optional) Extra properties to configure for the consumer.
VERSION
Values: { CURRENT | LEGACY }
Default: CURRENT
(Optional) Legacy is for anything before 0.10.
REQUIRE_STATIC_IP
— editableType: boolean
Default: true
(Optional) With Upsolver clusters, you can configure how many elastic IPs it should allocate and use within that cluster.
If the cluster running the job has at least one elastic IP set and REQUIRE_STATIC_IP
is enabled, then the job runs on a server that has an elastic IP associated with it
SSL
— editableType: Boolean
Default: false
(Optional) If enabled, SSL is used to connect.
Please contact Upsolver to ensure your CA certificate is supported.
TOPIC_DISPLAY_FILTER[S]
— editableType: text | list
(Optional) A single topic or the list of topics to show. If left empty, all topics are visible.
SASL_USERNAME
Type: text
(Optional) Configure the SASL username to be used to authenticate with Confluent. For Confluent this is usually an API key created in the Confluent web console.
SASL_PASSWORD
Type: text
(Optional) Configure the SASL password to be used to authenticate with Confluent. For Confluent this is usually an API token created in the Confluent web console.
COMMENT
— editableType: text
(Optional) A description or comment regarding this connection.
See:
When this setting is enabled along with the following configuration will get added to the consumer/producer properties of the client created:
For other authentication settings, you may configure the directly.