nerdexam
Confluent

CCAAK · Question #88

Which type of model does Kafka use for consumers to retrieve messages?

The correct answer is C. Pull. Kafka consumers request data from brokers by pulling messages at their own pace, which provides better control over consumption and scaling.

Apache Kafka Fundamentals

Question

Which type of model does Kafka use for consumers to retrieve messages?

Options

  • APush
  • BPublish
  • CPull
  • DEnrollment

How the community answered

(21 responses)
  • A
    14% (3)
  • B
    5% (1)
  • C
    76% (16)
  • D
    5% (1)

Explanation

Kafka consumers request data from brokers by pulling messages at their own pace, which provides better control over consumption and scaling.

Topics

#consumer model#pull model#message consumption

Community Discussion

No community discussion yet for this question.

Full CCAAK Practice