nerdexam
Confluent

CCDAK · Question #7

To get acknowledgement of writes to only the leader partition, we need to use the config...

The correct answer is A. acks=1. Producers can set acks=1 to get acknowledgement from partition leader only.

Developing Kafka Producers

Question

To get acknowledgement of writes to only the leader partition, we need to use the config...

Options

  • Aacks=1
  • Backs=0
  • Cacks=all

How the community answered

(24 responses)
  • A
    96% (23)
  • C
    4% (1)

Explanation

Producers can set acks=1 to get acknowledgement from partition leader only.

Topics

#producer acks#leader acknowledgement#acks=1

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice