Kafka

Introduction to Kafka — step-by-step Web Servers tutorial on Progressive Robot

Introduction to Kafka

In this tutorial, you’ll learn how to set up Apache Kafka, create and delete topics, and send and receive events using the provided scripts. You’ll also learn about similar projects with the same purpose, and how Kafka compares.

Read more
Kafka Migration and Event Streaming — step-by-step DevOps tutorial on Progressive Robot

Kafka Migration and Event Streaming

URL: https://www.progressiverobot.com/kafka-migration-and-event-streaming/ Introduction Apache Kafka is an open-source distributed event and stream-processing platform written in Java, built to process demanding real-time data feeds. It is inherently scalable, with high throughput and availability. It can scale from a single-node cluster for testing to hundreds of nodes in production to serve large amounts of data. When expanding […]

Read more
How To Deploy Kafka on Docker and Kubernetes — step-by-step Docker tutorial on Progressive Robot

How To Deploy Kafka on Docker and Kubernetes

In this tutorial, you’ll learn how to deploy Kafka using Docker Compose and deploy it on Kubernetes using Strimzi which integrates into Kubernetes and allows you to configure and maintain Kafka clusters using regular Kubernetes manifests without manual overhead.

Read more
How To Set Up a Kafka Consumer to Receive Data Through CLI — step-by-step Programming tutorial on Progressive Robot

How To Set Up a Kafka Consumer to Receive Data Through CLI

Learn how to create a Java program that consumes data from a Kafka topic using the Kafka client libraries. Understand how Kafka manages multiple consumers, tracks their progress, and manually reports consumer progress back to the cluster. Improve your Kafka skills with this step-by-step tutorial.

Read more
CHAT