Study Confluent CCAAK Broker Config and Storage: key concepts, common traps, and exam decision cues.
On this page
This lesson exists because many admin mistakes happen at the boundary between configuration correctness and change safety. The exam wants the setting that solves the right problem without breaking something wider.
Config-boundary chooser
If the stem is mainly about…
Strongest first focus
where the broker binds
listeners
what clients are told to use
advertised.listeners
broker-wide default behavior
broker config
disk layout and storage pressure
log dirs and retention interaction
What the exam is really testing
If the scenario shows…
Strong reading
clients cannot reconnect even though the broker is up
advertised endpoint path may be wrong
broad impact across many topics
broker-level setting may be in play
one risky maintenance step touching many areas
blast radius is under test
storage alarms
disk, log dirs, retention, and segment growth need clear separation
Common traps
Trap
Better rule
assuming a healthy bind address means clients can reach the broker correctly
advertised endpoint still matters
treating storage growth as a pure throughput problem
policy and capacity may be the real constraint
pushing a broad config change with no health checks
CCAAK favors reversible operations with validation between steps
Decision order that usually wins
Decide whether the problem is bind path, advertised path, or storage behavior before touching config.
If clients cannot reconnect, check what the broker is telling them to use, not just what the broker bound to locally.
If disk is the symptom, separate throughput from retention, segment growth, and capacity policy.
For broker changes, pick the smallest reversible step and validate cluster health before widening scope.