Rohit Sawblog.rsaw409.me·Dec 4, 2024Kafka: Replications and ISRIn Apache Kafka, the replication factor refers to the number of copies (replicas) of a topic partition that are maintained across the Kafka cluster. ISR stands for In-Sync Replicas. It is the set of all replicas (including the leader replica) that ar...Microservices Architecturekafka
Siddhartha Soxyprogrammer.com·Nov 24, 2024Apache Kafka: Architectural Overview and Performance MechanismsIntroduction Kafka is a distributed event store and stream processing platform originally developed by LinkedIn for real-time processing. In 2011, Kafka was transferred to the Apache Software Foundation, and since then, countless software development...10 likesDistributed Systemskafka
Ladna Mekeladmerc.com·Jan 3, 2024Stream Symphony: More Than Enough KafkaIntroduction: Navigating the Data Maze Feel free to skip this section if you want to dive right into the technical bits. Imagine you want to order your favourite burger from your neighbourhood spot “Akaso Burger” - you visit the website/mobile app, s...123 readskafka-partition
DataWisokadatawisoka.com·Aug 25, 2023Choosing the right message queue: Message retention and ordering in Kafka vs. SQSIn the intricate landscape of distributed systems, the strategies you choose for message retention and ordering can make or break the efficiency of your application. Having already covered the architecture, scalability, and performance aspects of Kaf...kafka