Best-fit use cases
Runbooks, dashboards, reviews, and handoff material make the work auditable.
| Use case | Why Kafka fits |
|---|---|
| Event-driven microservices | Durable topics decouple producers and consumers while preserving event history |
| Change data capture | Stream database changes into analytics, search, caches, or downstream systems |
| Integration bus | Standardize movement of events between internal services and external systems |
| Real-time analytics | Feed clickstream, activity, telemetry, or operational data into processing systems |
| Log and audit pipelines | Retain ordered, replayable event records for downstream analysis |