Study Confluent CCAC Networking Decisions: key concepts, common traps, and exam decision cues.
This chapter matters because many Confluent Cloud outages that look like “Kafka is broken” are really path-selection problems. CCAC rewards operators who know when public connectivity is enough, when private connectivity is necessary, and how DNS and routing decide whether the private path is real.
Public connectivity: Simpler internet-reachable path with access controls layered on top.
Private connectivity: Network model that keeps traffic on private paths, with DNS and routing still required to make that path usable.
Confluent’s Cloud docs treat networking as a first-class operating concern. That lines up directly with CCAC: choosing the right path is part of running the platform, not an afterthought.
| Lesson | Focus |
|---|---|
| 3.1 Connectivity | Choose between public and private connectivity based on actual requirements. |
| 3.2 DNS & Routing | Diagnose why the intended network path is not the path clients are actually using. |
| If the question is really about… | Go first to… |
|---|---|
| public vs private path choice | 3.1 Connectivity |
| private clients failing while the cluster seems healthy | 3.2 DNS & Routing |