Study Confluent CCDAK Producer Reliability: key concepts, common traps, and exam decision cues.
This chapter covers the part of CCDAK where correctness and performance collide most directly. The exam keeps asking the same practical question in different ways: which producer choice preserves semantics, and which choice only changes speed?
Idempotence: Producer behavior that suppresses duplicate writes caused by retries.
In-flight requests: Requests sent but not yet acknowledged, which can affect ordering during retry scenarios.
| Lesson | Focus |
|---|---|
| 2.1 Acks, Retries & Idempotence | Understand which producer controls affect durability, duplicates, and ordering. |
| 2.2 Batching, Compression & Throughput | Learn how latency, throughput, and partition choice trade off without silently changing semantics. |
| If the question is really about… | Go first to… |
|---|---|
| duplicate risk, safe retries, or ordering under retry | 2.1 Acks, Retries & Idempotence |
| batching, latency, network efficiency, or partitioning | 2.2 Batching, Compression & Throughput |