Study Confluent CCDAK Transactions and Schemas: key concepts, common traps, and exam decision cues.
This chapter covers the part of CCDAK where the exam stops being basic client tuning and starts asking whether you understand stronger correctness guarantees and safer contract evolution.
Transaction: Kafka mechanism for grouping related writes atomically in supported workflows.
Compatibility mode: Rule governing how schemas can evolve without breaking readers or writers.
| Lesson | Focus |
|---|---|
| 4.1 Transactions & Read Committed | Understand where transactions fit, what read_committed does, and what exactly-once does not magically solve. |
| 4.2 Serializers, Schemas & Compatibility | Learn how serialization choices and compatibility rules affect schema evolution and consumer safety. |
| If the question is really about… | Go first to… |
|---|---|
atomic writes, read_committed, or stronger guarantees |
4.1 Transactions & Read Committed |
| serializers, Avro or Protobuf, or compatibility modes | 4.2 Serializers, Schemas & Compatibility |