rack.aware.assignment.strategy — Kafka Kafka Streams Configuration
The strategy we use for rack aware assignment. Rack aware assignment will take client.
Description
The strategy we use for rack aware assignment. Rack aware assignment will take client.rack and racks of TopicPartition into account when assigning tasks to minimize cross rack traffic. Valid settings are : none (default), which will disable rack aware assignment; min_traffic, which will compute minimum cross rack traffic assignment; balance_subtopology, which will compute minimum cross rack traffic and try to balance the tasks of same subtopolgies across different clients
Default Values by Kafka Version
| Kafka Version | Default Value |
|---|---|
| 3.6 | none |
| 3.7 | none |
| 3.8 | none |
| 3.9 | none |
| 4.0 | none |
| 4.1 | none |
| 4.2 | none |
Manage Kafka configs across all your clusters with Conduktor Console — view, compare, and update configurations in one place.