nerdexam
Confluent

CCDAK · Question #70

What are the requirements for a Kafka broker to connect to a Zookeeper ensemble? (select two)

The correct answer is B. Unique values for each broker's broker.id parameter D. All the brokers must share the same zookeeper.connect parameter. Each broker must have a unique broker id and connect to the same zk ensemble and root zNode

Deployment and Troubleshooting

Question

What are the requirements for a Kafka broker to connect to a Zookeeper ensemble? (select two)

Options

  • AUnique value for each broker's zookeeper.connect parameter
  • BUnique values for each broker's broker.id parameter
  • CAll the brokers must share the same broker.id
  • DAll the brokers must share the same zookeeper.connect parameter

How the community answered

(34 responses)
  • A
    9% (3)
  • B
    88% (30)
  • C
    3% (1)

Explanation

Each broker must have a unique broker id and connect to the same zk ensemble and root zNode

Topics

#Zookeeper#broker.id#zookeeper.connect#broker configuration

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice