Browsing Tag
kafka
9 posts
Study Notes 6.3-4: What is Kafka & Confluent Cloud
1. Introduction to Kafka in Stream Processing Context of Stream Processing: Stream processing involves continuously handling data as…
Navigating the World of Event-Driven Process Orchestration for Technical Leaders
Event-Driven Process Orchestration Introduction Imagine you’re at a large, bustling party with many activities—games, snacks, music, and more.…
Kafka Producer and Consumer Example in .NET 6 with ASP.NET Core
In this blog, we’ll dive into Kafka, a distributed streaming platform, and learn how to create a Producer…
ZooKeeper Chronicles: Navigating EOFException and the Enigma of 0-Length Files
In the realm of technology, ZooKeeper plays a crucial role in maintaining order within distributed systems. However, much…
Connecting Multiple Kafka Clusters in ClickHouse Using Named Collections
Introduction: ClickHouse is a powerful columnar database renowned for its speed and efficiency. A pivotal strength lies in…
My Favorite FREE Courses to Learn Apache Kafka in 2023
Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the…
Modern stack to build a real-time event-driven app
The rise of real-time event-driven applications has led to the development of modern technology stacks that can handle…
How to Build a Simple Kafka Producer/Consumer Application in Rust
Thought about using Kafka? This blog post will walk you through the steps necessary to bootstrap your Rust…
Setting up a local Apache Kafka instance for testing
I recently started digging into Apache Kafka for a project I’m working on at work. The more I…