Confluent CCDAK resources for official links, blueprint checks, study tools, and source review.
Below are official resources for CCDAK. Start with Confluent’s certification pages, then use Apache Kafka docs as the canonical reference for client APIs and configuration behavior. Pair them with the local study plan, cheat sheet, FAQ, and glossary so your review flow stays practical.
Do not treat this as a random documentation dump. Use it in this order:
As of April 13, 2026, Confluent’s live certification page still:
The linked Confluent training pages for the exam detail and exam-preparation guide also still resolved on that date, though they are JS-heavy and do not expose a simple public weighted domain table in static HTML.
| If your misses cluster in… | Start here | Why |
|---|---|---|
| partitioning, ordering, and consumer-group basics | Kafka documentation | canonical source for Kafka’s partition and group model |
| producer retries, idempotence, batching, and compression | Producer configs reference | grounds delivery semantics versus throughput tuning |
| poll loops, offset commits, reset behavior, and lag | Consumer configs reference | keeps offset and liveness reasoning precise |
transactions and read_committed behavior |
Kafka documentation | best source for guarantee scope and isolation behavior |
| schema evolution, Connect, or Streams boundaries | Confluent Platform docs | clarifies what belongs to Kafka core versus surrounding platform capabilities |
Use Apache Kafka docs first for Kafka-core client semantics. Use Confluent Platform docs when the stem is really about Schema Registry, Connect, Streams, or surrounding platform capability boundaries.
| If there is a conflict between… | Trust this first |
|---|---|
| older prep notes and Confluent’s current certification page | the current Confluent certification page |
| generic event-streaming advice and Apache Kafka docs | the Apache Kafka docs |
| old client-blog examples and current config references | the current official config references |
| platform-boundary confusion and Confluent product docs | Confluent product docs |
read_committed as interchangeable