Redpanda

Category: Queue Status: base

Connects to Redpanda — a Kafka-compatible streaming data platform. Uses the Kafka protocol and supports the same topic browsing operations.

Connection Settings

Field Default Description
host localhost Redpanda broker hostname or IP
port 9092 Kafka-compatible broker port
url (empty) Full broker URL (overrides host/port)

Authentication

No built-in credentials in the default configuration. Configure SASL or TLS via the broker settings or connection URL for secured clusters.

Supported Actions

Topic and consumer group browsing is available via the catalog view.

External Links