Confluent CCAAK Broker and Topic Config Guide

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.

Work this chapter in order

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.

Fast routing inside this chapter

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

What strong answers usually do

  • pick the correct config boundary before changing anything
  • understand that topic behavior is often an intent question before it is a command question
  • prefer the smallest reversible config change during operations

Common CCAAK traps

  • solving a topic-level problem with a cluster-wide change
  • shrinking retention before confirming that storage pressure is actually the main issue
  • changing multiple config levers at the same time during an incident

In this section

Revised on Sunday, May 10, 2026