nerdexam
Confluent

CCDAK · Question #175

Which property must be set at the producer end to prepare the producer for transactions?

The correct answer is C. transactional.id=unique-transaction-id. The transactional.id property must be set to a unique value on the producer to enable transactional messaging and prepare the producer for transactions in Kafka.

Developing Kafka Producers

Question

Which property must be set at the producer end to prepare the producer for transactions?

Options

  • Aidempotence=transactional
  • Binit.transaction=true
  • Ctransactional.id=unique-transaction-id
  • Disolation_level=read_committed

How the community answered

(23 responses)
  • B
    9% (2)
  • C
    87% (20)
  • D
    4% (1)

Explanation

The transactional.id property must be set to a unique value on the producer to enable transactional messaging and prepare the producer for transactions in Kafka.

Topics

#transactional.id#transactions#producer configuration

Community Discussion

No community discussion yet for this question.

Full CCDAK Practice