nerdexam
Confluent

CCAAK · Question #63

What is the atomic unit of data in Kafka?

The correct answer is B. Message. The message (also called a record) is the atomic unit of data in Kafka. It consists of a key, value, and optional headers and metadata. Messages are written to partitions and read by consumers.

Apache Kafka Fundamentals

Question

What is the atomic unit of data in Kafka?

Options

  • APartition
  • BMessage
  • CTopic
  • DOffset

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    73% (19)
  • C
    8% (2)
  • D
    15% (4)

Explanation

The message (also called a record) is the atomic unit of data in Kafka. It consists of a key, value, and optional headers and metadata. Messages are written to partitions and read by consumers.

Topics

#message#Kafka data model#atomic unit#fundamentals

Community Discussion

No community discussion yet for this question.

Full CCAAK Practice