Documentation Index
Fetch the complete documentation index at: https://docs.unstructured.io/llms.txt
Use this file to discover all available pages before exploring further.
First time creating a connector? Read this first.
Requirements
You will need:-
A Kafka cluster in Confluent Cloud.
(Create a cluster.)
The following video shows how to set up a Kafka cluster in Confluent Cloud:
- The hostname and port number of the bootstrap Kafka cluster to connect to..
- The name of the topic to read messages from or write messages to on the cluster. Create a topic. Access available topics.
- For authentication, an API key and secret.
Examples
To create a Kafka source connector, see the following examples. For more information on working with source connectors using the Unstructured API, see Source endpoints.Configuration settings
Replace the preceding placeholders as follows:A unique name for this connector.
The hostname of the bootstrap Kafka cluster to connect to.
The port number of the bootstrap Kafka cluster to connect to.
The ID of the consumer group. A consumer group is a way to allow a pool of consumers to divide the consumption of data over topics and partitions.
For authentication, the API key for access to the cluster.
For authentication, the secret for access to the cluster.
The name of the topic to read messages from or write messages to on the cluster.
Destination connector only. The maximum number of messages to send in a single batch.
Source connector only. The maximum number of messages that the consumer will try to consume.

