nerdexam
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)
  • A
    6% (2)
  • B
    75% (24)
  • C
    3% (1)
  • D
    16% (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.

Full CCAAK Practice