Skip to content

Tag: Consumption Model

  • Kafka Storage and Consumption Model

    In Kafka

    KafkaMessage QueueConsumption Model

    Kafka’s high performance relies on “partitioned log + sequential writes + batched pulls”. Understanding the storage and consumption model is essential to configure parallelism correctly and avoid duplicate consumption. Topics and Partitions A topic …

    Kafka’s high performance relies on “partitioned log + sequential writes + batched pulls”. Understanding the storage and consumption model is essential to configure parallelism correctly and avoid duplicate consumption. Topics and Partitions A topic …