broker.list — Kafka Producer Configuration
For bypassing zookeeper based auto partition discovery, use this config to pass in static broker and per-broker partition information. Format-brokerid1:host1:port1, brokerid2:host2:port2.
Description
For bypassing zookeeper based auto partition discovery, use this config to pass in static broker and per-broker partition information. Format-brokerid1:host1:port1, brokerid2:host2:port2. If you use this option, the partitioner.class will be ignored and each producer request will be routed to a random broker partition.
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 0.7 | null. Either this parameter or zk.connect needs to be specified by the user. |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.