nerdexam
Confluent

CCDAK · Question #115

In Kafka, every broker... (select three)

The correct answer is B. knows all the metadata for all topics and partitions E. is a bootstrap broker F. contains only a subset of the topics and the partitions. Kafka topics are divided into partitions and spread across brokers. Each brokers knows about all the metadata and each broker is a bootstrap broker, but only one of them is elected controller.

Kafka Client Fundamentals

Question

In Kafka, every broker... (select three)

Options

  • Acontains all the topics and all the partitions
  • Bknows all the metadata for all topics and partitions
  • Cis a controller
  • Dknows the metadata for the topics and partitions it has on its disk
  • Eis a bootstrap broker
  • Fcontains only a subset of the topics and the partitions

How the community answered

(61 responses)
  • A
    3% (2)
  • B
    93% (57)
  • C
    2% (1)
  • D
    2% (1)

Explanation

Kafka topics are divided into partitions and spread across brokers. Each brokers knows about all the metadata and each broker is a bootstrap broker, but only one of them is elected controller.

Topics

#broker metadata#bootstrap broker#partition distribution#cluster architecture

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice