CCAAK · Question #107
Which statements are correct about partitions'? (Choose two.)
The correct answer is B. A partition is comprised of one or more segments on a disk. C. All partition segments reside in a single directory on a broker disk. Kafka stores data for a partition in multiple segment files. Each segment represents a portion of the partition's log. Each partition has its own directory on the broker's disk, and all segments for that partition are stored within that directory.
Question
Which statements are correct about partitions'? (Choose two.)
Options
- AA partition in Kafka will be represented by a single segment on a disk.
- BA partition is comprised of one or more segments on a disk.
- CAll partition segments reside in a single directory on a broker disk.
- DA partition size is determined after the largest segment on a disk.
How the community answered
(32 responses)- A9% (3)
- B78% (25)
- D13% (4)
Explanation
Kafka stores data for a partition in multiple segment files. Each segment represents a portion of the partition's log. Each partition has its own directory on the broker's disk, and all segments for that partition are stored within that directory.
Topics
Community Discussion
No community discussion yet for this question.