Kafka

Category: Queue Status: base

Connects to an Apache Kafka message broker. Supports browsing topics, creating/deleting topics, and streaming messages.

Connection Settings

Field Default Description
host localhost Broker hostname or IP
port 9092 Broker port
url (empty) Full broker URL (overrides host/port)

Authentication

No built-in credentials in the default configuration. For SASL/SSL, configure via the connection URL or broker settings.

Supported Actions

External Links