Confluent
CCDAK · Question #163
Which configuration determines how many bytes of data are collected before sending messages to the Kafka broker?
The correct answer is A. batch.size. The batch.size configuration determines how many bytes of data are collected before the producer sends messages in a batch to the Kafka broker.
Developing Kafka Producers
Question
Which configuration determines how many bytes of data are collected before sending messages to the Kafka broker?
Options
- Abatch.size
- Bmax.block.size
- Cbuffer.memory
- Dsend.buffer.bytes
How the community answered
(33 responses)- A88% (29)
- B3% (1)
- C6% (2)
- D3% (1)
Explanation
The batch.size configuration determines how many bytes of data are collected before the producer sends messages in a batch to the Kafka broker.
Topics
#batch.size#producer batching#producer configuration
Community Discussion
No community discussion yet for this question.