mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
16 lines
631 B
Markdown
16 lines
631 B
Markdown
# Kafka
|
|
|
|
You can use these credentials to authenticate the following nodes with Kafka.
|
|
- [Kafka](/integrations/nodes/n8n-nodes-base.kafka/)
|
|
- [Kafka Trigger](/integrations/trigger-nodes/n8n-nodes-base.kafkaTrigger/)
|
|
|
|
## Prerequisites
|
|
|
|
Have Kafka up and running. You can refer to the official [documentation](https://kafka.apache.org/quickstart) to learn how to do that.
|
|
|
|
## Using Kafka
|
|
|
|
1. Enter a client ID in the ***Client ID*** field.
|
|
2. Retrieve the Kafka Brokers and credentials (if any).
|
|
3. Use the ***Client ID***, ***Brokers*** (comma separated), ***Username***, and ***Password*** with your Kafka node credentials in n8n.
|