Rahul Dasschemasensei.hashnode.dev·Sep 14, 2024Setting Up a Kafka Cluster on GCP VM Using DockerIn the world of real-time data processing and streaming, Apache Kafka stands as a robust and widely-used platform. Setting up a Kafka cluster on Google Cloud Platform (GCP) VM can be a crucial step in building your data processing pipeline. In this g...29 readskafka
utkarsh srivastavautkarsh0701.hashnode.dev·Dec 20, 2023Step-by-Step Guide: How to Set Up a Kafka Cluster for High-Performance Distributed Data Processingblog best suited for Ubuntu 22.04. For different Linux distributions, some commands may vary. Users need to check commands for other Linux distributions. Kafka & Zookeeper Installation Steps :- In this blog, We are setting up 3 node clusters on Ubunt...88 readskafka installation
Sivaraman Arumugamsivayuvi79.hashnode.dev·Feb 20, 2023Kafka ClusterIn Apache Kafka, a cluster is a group of one or more Kafka brokers working together to serve a set of topics and provide a distributed messaging service. The Kafka cluster is responsible for storing and replicating data across multiple brokers, allow...Apache Kafkakafka