Winter Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

Confluent Certified Developer for Apache Kafka Certification Examination CCDAK Question # 13 Topic 2 Discussion

Confluent Certified Developer for Apache Kafka Certification Examination CCDAK Question # 13 Topic 2 Discussion

CCDAK Exam Topic 2 Question 13 Discussion:
Question #: 13
Topic #: 2

(You are implementing a Kafka Streams application to process financial transactions.

Each transaction must be processed exactly once to ensure accuracy.

The application reads from an input topic, performs computations, and writes results to an output topic.

During testing, you notice duplicate entries in the output topic, which violates the exactly-once processing requirement.

You need to ensure exactly-once semantics (EOS) for this Kafka Streams application.

Which step should you take?)


A.

Enable compaction on the output topic to handle duplicates.


B.

Set enable.idempotence=true in the internal producer configuration of the Kafka Streams application.


C.

Set enable.exactly_once=true in the Kafka Streams configuration.


D.

Set processing.guarantee=exactly_once_v2 in the Kafka Streams configuration.


Get Premium CCDAK Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.