Confluent CCAAK resources for official links, blueprint checks, study tools, and source review.
Below are official resources for CCAAK. Use Confluent’s exam pages for the authoritative description of the certification, and use Apache Kafka docs for canonical behavior of configs and tooling. Pair them with the local study plan, cheat sheet, FAQ, and glossary so your review flow stays grounded.
Do not treat this as a random bookmark list. 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 |
|---|---|---|
| broker roles, replication, ISR, write safety | Kafka documentation | canonical source for Kafka durability and broker behavior |
| listeners, endpoints, and network path confusion | Kafka documentation plus the relevant Confluent training pages | keeps bind vs advertised-path reasoning grounded |
| TLS, SASL, ACLs, and auth boundaries | Kafka documentation | primary reference for Kafka security model and config semantics |
| cluster health, URP, controller churn, lag triage | Kafka documentation | grounds metric and failure-signal meaning |
| platform boundaries like Connect or Schema Registry | Confluent Platform docs | clarifies what belongs to Kafka core versus surrounding Confluent components |
Use Apache Kafka docs first for Kafka-core behavior. Use Confluent Platform docs when the stem is really about surrounding platform components rather than broker internals.
| If there is a conflict between… | Trust this first |
|---|---|
| older prep notes and Confluent’s current certification page | the current Confluent certification page |
| generic Kafka advice and Apache Kafka docs | the Apache Kafka docs |
| old blog fixes and current product docs | current official docs |
| platform-boundary confusion and Confluent product docs | Confluent product docs |
advertised.listeners as interchangeable with listeners