> For the complete documentation index, see [llms.txt](https://ztrust.gitbook.io/livestreamiq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ztrust.gitbook.io/livestreamiq/readme/3.-guide-to-navigation/3.4-cluster-overview/3.4.5-kafka-connector.md).

# 3.4.5 Kafka Connector

Kafka Connect is a tool used to transfer data between Kafka and external systems like databases, applications, and storage platforms.

![](/files/n7oZHnOd30h7bw74sHmH)

Key Components of the Kafla Connector:&#x20;

1. **Connectors:** Displays the total number of connectors.&#x20;
2. **Failed Connectors:** Shows the number of connectors that have failed.&#x20;
3. **Failed Tasks:** Displays the count of failed connector tasks. &#x20;
4. **Search:** Allows searching connectors by name or status.

The existing connector information represents in a tabular form.

1. **Name**: Displays the connector name.
2. **Connect**: Shows the connector connection details.
3. **Type**: Displays the connector type (Source/Sink).
4. **Plugin**: Shows the connector plugin used.
5. **Topics**: Displays the Kafka topics associated with the connector.
6. **Status**: Shows the current connector status.
7. **Running Tasks:** Displays the number of active running tasks.

#### To Create Connector:

Step 1: Navigate to the Kafka Connect page.

Step 2: Click the Create Connector button to open the Create New Connector page.

![](/files/W2qChclIhUFoZfvoqRul)

Step 3: Enter the Connector Name and provide the required Config details in JSON format.&#x20;

![](/files/R5Q2VAEIl2kO9k7JAZQK)

Step 4: Review the entered connector details and click the Submit button to create the Kafka Connector successfully.
