CloudKarafka – Free Managed Kafka Cluster For Developers in the Cloud

In this blog post I will explain how to create free managed Kafka cluster using CloudKarafka cloud service which can be used for testing Kafka based application. In one of my previous tutorial I covered how to create free managed Kafka cluster in the cloud using confluent cloud platform. The confluent cloud platform free Kafka…

How to Create Managed Kafka Cluster in the Cloud for Free

This post explains how to setup managed Kafka cluster in the cloud using confluent cloud platform. In my previous blog posts (linked below) , I explained about setting up Kafka cluster in local development machine using Kafka binary and Docker Kafka in the Cloud confluent provides fully managed Kafka cluster in the cloud. You try the…

Guide to Setting Up Apache Kafka Using Docker

This post explains how to setup Kafka cluster locally using Docker. In my previous blog post (linked below) , I explained about setting up Kafka cluster using Kafka binary and briefly explained about Kafka architecture. In this blog post I will explain how to setup kafka cluster using docker compose Installing Kafka Using Docker You…

How to Install and Run Apache Kafka on Windows and Linux

This post explains how to install and start Kafka cluster locally using Kafka Binary on both Windows and Linux .I will also briefly discuss about the Kafka architecture. What is Kafka Kafka is a distributed message streaming platform for processing large amounts of data in real-time. Kafka is used for stream processing, analytics, and many…