Study Confluent CCAAK Broker and Topic Config: key concepts, common traps, and exam decision cues.
This chapter is about choosing the right configuration boundary. CCAAK regularly asks whether a behavior belongs at the broker level, topic level, or client level, and the right answer often depends on not mixing those layers together.
Compaction: Cleanup policy that keeps the latest value per key instead of full event history.
Log dir: Storage location used by a broker for partition data.
| Lesson | Focus |
|---|---|
| 2.1 Listeners, Storage & Safe Changes | Learn listener paths, storage considerations, and how to change broker configs without widening risk. |
| 2.2 Partitions, Retention & Compaction | Understand how topic configs shape replay windows, latest-value topics, parallelism, and storage growth. |
| If the question is really about… | Go first to… |
|---|---|
| listeners, log dirs, or broker-wide defaults | 2.1 Listeners, Storage & Safe Changes |
| partitions, retention, compaction, or replay behavior | 2.2 Partitions, Retention & Compaction |