nerdexam
Confluent

CCDAK · Question #191

What is the default maximum size of a message the Apache Kafka broker can accept?

The correct answer is A. 1 MB. The default maximum message size that an Apache Kafka broker can accept is 1 MB (message.max.bytes = 1048576).

Kafka Client Fundamentals

Question

What is the default maximum size of a message the Apache Kafka broker can accept?

Options

  • A1 MB
  • B2 MB
  • C5 MB
  • D10 MB

How the community answered

(51 responses)
  • A
    88% (45)
  • B
    2% (1)
  • C
    2% (1)
  • D
    8% (4)

Explanation

The default maximum message size that an Apache Kafka broker can accept is 1 MB (message.max.bytes = 1048576).

Topics

#message size limit#broker configuration#message.max.bytes#default settings

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice