CCDAK 무료 덤프문제 온라인 액세스
| 시험코드: | CCDAK |
| 시험이름: | Confluent Certified Developer for Apache Kafka Certification Examination |
| 인증사: | Confluent |
| 무료 덤프 문항수: | 92 |
| 업로드 날짜: | 2026-07-18 |
(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?)
You are working on a Kafka cluster with three nodes. You create a topic named orders with:
replication.factor = 3
min.insync.replicas = 2
acks = allWhat exception will be generated if two brokers are down due to network delay?