Best of Kafka — April 2024
- 1
- 2
Code 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
The 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
Towards 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.