listeners — Kafka Broker Configuration
List of comma-separated URIs the REST API will listen on. The supported protocols are HTTP and HTTPS.
Description
List of comma-separated URIs the REST API will listen on. The supported protocols are HTTP and HTTPS. Specify hostname as 0.0.0.0 to bind to all interfaces. Leave hostname empty to bind to default interface. Examples of legal listener lists: HTTP://myhost:8083,HTTPS://myhost:8084
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 0.9.0 | null |
| 0.10.0 | null |
| 0.10.1 | null |
| 0.10.2 | null |
| 0.11.0 | null |
| 1.0 | null |
| 1.1 | null |
| 2.0 | null |
| 2.1 | null |
| 2.2 | null |
| 2.3 | null |
| 2.4 | null |
| 2.5 | null |
| 2.6 | null |
| 2.7 | null |
| 2.8 | null |
| 3.0 | PLAINTEXT://:9092 |
| 3.1 | PLAINTEXT://:9092 |
| 3.2 | PLAINTEXT://:9092 |
| 3.3 | PLAINTEXT://:9092 |
| 3.4 | PLAINTEXT://:9092 |
| 3.5 | PLAINTEXT://:9092 |
| 3.6 | PLAINTEXT://:9092 |
| 3.7 | PLAINTEXT://:9092 |
| 3.8 | PLAINTEXT://:9092 |
| 3.9 | PLAINTEXT://:9092 |
| 4.0 | PLAINTEXT://:9092 |
| 4.1 | PLAINTEXT://:9092 |
| 4.2 | PLAINTEXT://:9092 |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.