Kafka - Segment

Kafka Commit Log Messaging Process

Structure

Topic 
   * -> partition 1
       * -> segment 11
       * -> segment 12
   * -> partition 2
       * -> segment 21
       * -> segment 22
.......

where:





Discover More
Kafka Commit Log Messaging Process
Kafka - Partition

in Kafka Each partition is an: ordered, immutable sequence of records that is continually appended to—a structured commit log. The records in the partitions are each assigned a sequential...
Log Anatomy
Kafka - Topic

The Kafka cluster stores streams of records in categories called topics. A topic is also known as: a category or feed name. A topic can have zero, one, or many consumers that subscribe to the data...



Share this page:
Follow us:
Task Runner