Study Confluent CCAAK Rolling Changes: key concepts, common traps, and exam decision cues.
On this page
This lesson matters because maintenance questions often separate strong administrators from reckless ones. The right answer is usually the one that preserves health and rollback options, not the one that finishes fastest on paper.
Maintenance chooser
Operation
Strongest first instinct
rolling restart
one broker at a time with health checks in between
upgrade
preserve compatibility and validate cluster health step by step
reassignment
control movement and monitor replication impact
risky config change
smallest reversible change first
What the exam is really testing
If the scenario shows…
Strong reading
broad restart idea
blast radius and cluster safety are under test
reassignment pressure
replication health and resource impact matter
multiple changes bundled together
change safety is under test
degraded cluster plus maintenance
restore health before expanding the change
Common traps
Trap
Better rule
restarting many brokers at once to save time
rolling safety matters more
doing upgrade plus tuning plus security changes together
one change lane at a time is safer
treating reassignment like free movement
movement consumes capacity and can worsen instability
Decision order that usually wins
Confirm the cluster is healthy before starting maintenance.
Prefer one broker, one change lane, and one validation step at a time.
Treat partition reassignment as real workload, not as cost-free metadata cleanup.
If the cluster is already degraded, restore health first and then continue with maintenance.