Confluent
CCAAK · Question #66
Which property in broker configuration specifies that a broker belongs to a particular rack?
The correct answer is B. broker.rack. The broker.rack property is used in a Kafka broker's configuration to specify the rack or availability zone the broker belongs to. This is important for rack-aware replica placement, allowing Kafka to distribute replicas across different racks for fault tolerance.
Installation and Configuration
Question
Which property in broker configuration specifies that a broker belongs to a particular rack?
Options
- Aclient.rack
- Bbroker.rack
- Czookeeper.rack
- Dkafka.rack
How the community answered
(32 responses)- A6% (2)
- B75% (24)
- C3% (1)
- D16% (5)
Explanation
The broker.rack property is used in a Kafka broker's configuration to specify the rack or availability zone the broker belongs to. This is important for rack-aware replica placement, allowing Kafka to distribute replicas across different racks for fault tolerance.
Topics
#broker.rack#rack awareness#broker configuration#placement
Community Discussion
No community discussion yet for this question.