# Apache Kafka

{% content-ref url="/pages/KLMcmUqCd0b5BIkiRp2O" %}
[Apache Kafka Metadata Extracted](/integrations/data-pipeline-tools/apache-kafka/apache-kafka-metadata-extracted.md)
{% endcontent-ref %}

### Getting started with Apache Kafka

To integrate Apache Kafka with Secoda, we need the following

1. Create a new user in Kafka
2. Setup authentication for the newly created user to the Kafka brokers. Refer to Kafka [docs](https://kafka.apache.org/documentation/#security_sasl_plain_brokerconfig) for more information

Connect Apache Kafka to Secoda

1. In Secoda, head to the **Integrations** page and click **New Integration**
2. Find **Apache Kafka** under **Data Pipeline**
3. Fill in the connection form with all the necessary details
4. Click **Test Connection** to make sure everything is correct
5. Head to the **Sync History** tab on the side bar and click **Run sync**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.secoda.co/integrations/data-pipeline-tools/apache-kafka.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
