Best of KafkaDecember 2023

  1. 1
    Article
    Avatar of tdsTowards Data Science·2y

    System Design Series: The Ultimate Guide for Building High-Performance Data Streaming Systems from Scratch!

    This article discusses the process of building high-performance data streaming systems for recommendation services. It explains the need for data streaming pipelines, the challenges of data ingestion, the importance of using Apache Kafka, the steps involved in data processing, the choice of using Cassandra as a data store, and the process of querying recommendations.

  2. 2
    Article
    Avatar of devgeniusDev Genius·2y

    Kafka Multiple Partitions with Spring Boot and Kubernetes

    This article discusses the concepts of Kafka partitions, scalability, fault tolerance, messaging ordering, and consumer parallelism. It also provides instructions on deploying Kafka, Spring Boot applications, and Kafdrop on Kubernetes. Additionally, it demonstrates how to set up a Spring Boot producer and consumer application for Kafka.

  3. 3
    Article
    Avatar of rhdevRed Hat Developer·2y

    Introduction to Kafka Connect

    Introduction to Kafka Connect, a scalable and reliable integration system for building data pipelines. It provides a pluggable architecture, declarative pipeline definition, and is part of the Apache Kafka project.