Software Engineering KB

Home

❯

03 Data Management

❯

06 Data Pipelines

❯

01 Concept

❯

Apache Kafka

Apache Kafka

Feb 10, 20261 min read

  • data-pipelines
  • streaming
  • kafka

Apache Kafka

← Back to Stream Processing

Distributed event streaming platform built as a distributed log. Core concepts: topics, partitions, consumer groups, and exactly-once semantics.

Key Properties

  • Distributed Log
  • Topics
  • Partitions
  • Consumer Groups
  • Exactly-Once Semantics

data-pipelines streaming kafka


Graph View

  • Apache Kafka
  • Key Properties

Backlinks

  • Stream Processing
  • Consumer Groups
  • Exactly-Once Semantics
  • Partitions (Kafka)
  • Topics

Created with Quartz v4.5.2 © 2026

  • GitHub