Best of KafkaApril 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    Event driven Microservices using Kafka and Rust

    Learn how to build event-driven microservices using Kafka and Rust. Discover the advantages of event-driven architecture and how to handle challenges like out-of-order messages.

  2. 2
    Article
    Avatar of codemazeCode Maze·2y

    Using Kafka in an ASP.NET Core Web API

    Learn how to integrate Kafka with an ASP.NET Core Web API using a custom Docker Compose setup and the Confluent Kafka Nuget package. Explore the concepts of Kafka, event-driven architecture, and the steps to set up and configure Kafka in an ASP.NET Core Web API application.

  3. 3
    Article
    Avatar of newstackThe New Stack·2y

    Top 10 Tools for Kafka Engineers

    Explore the top 10 tools used by Kafka engineers to build and maintain efficient Kafka ecosystems. Learn about kcat for real-time monitoring, Debezium for change data capture, Kafka Streams for building stateful applications, Grafana for visualizations, Kafka UIs for easier cluster management, Redpanda as a Kafka-compatible platform, Cruise Control for cluster optimization, Kafka Security Manager for ACL management, MirrorMaker for data replication, and Kafka Proxy for enhanced security.

  4. 4
    Article
    Avatar of towardsdevTowards Dev·2y

    Kafka + NiFi + Clickhouse in Docker PART-I

    Learn how to create a data pipeline using Kafka, NiFi, and ClickHouse in Docker. The project involves processing real-time vehicle entry/exit data from multiple parking lots and creating a dashboard for managers and business developers using the stored data.